-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload TB Monthly and BUQ demo data (#97)
- Loading branch information
1 parent
1c72643
commit 53bee9f
Showing
7 changed files
with
68 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
src/main/resources/db/demo-data/requisition.rejection_reason_categories.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
id,active,name,code | ||
ff636054-6812-441e-bc28-62a5e018aadb,true,BUQ,BUQ |
2 changes: 2 additions & 0 deletions
2
src/main/resources/db/demo-data/requisition.rejection_reasons.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
id,active,name,code,rejectionreasoncategoryid | ||
6324afcd-7dc9-4660-be34-e2c5c7d4cdc3,true,incorrect form,BUQ,ff636054-6812-441e-bc28-62a5e018aadb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 8 additions & 7 deletions
15
src/main/resources/db/demo-data/requisition.requisition_templates.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
id,createdDate,numberOfPeriodsToAverage,populateStockOnHandFromStockCards,name,archived | ||
5a268780-fafd-4243-9551-5c7daa824913,2016-06-14T12:00:00,3,false,Family Planning,false | ||
4b30f6c9-b84b-4f17-8173-852101a5ea29,2016-03-17T12:00:00,3,false,Essential Meds,false | ||
6c4b004b-b7c9-46f0-bb1b-bd128d36729f,2016-06-14T12:00:00,3,true,EPI,false | ||
37f29736-f0db-4de3-98ad-f8d85c848711,2018-02-13T07:00:00,3,true,Vaccine Stock-Based R&R Template,false | ||
6fa1a58c-960b-4835-be22-05be5f7357e2,2018-10-26T16:00:00,3,false,CHAZ,false | ||
14e756d2-60a6-45fd-b135-3caff3f328cd,2020-01-01T00:00:00,3,false,Lab program,false | ||
id,createdDate,numberOfPeriodsToAverage,populateStockOnHandFromStockCards,name,archived,patientsTabEnabled | ||
5a268780-fafd-4243-9551-5c7daa824913,2016-06-14T12:00:00,3,false,Family Planning,false,false | ||
4b30f6c9-b84b-4f17-8173-852101a5ea29,2016-03-17T12:00:00,3,false,Essential Meds,false,false | ||
6c4b004b-b7c9-46f0-bb1b-bd128d36729f,2016-06-14T12:00:00,3,true,EPI,false,false | ||
37f29736-f0db-4de3-98ad-f8d85c848711,2018-02-13T07:00:00,3,true,Vaccine Stock-Based R&R Template,false,false | ||
6fa1a58c-960b-4835-be22-05be5f7357e2,2018-10-26T16:00:00,3,false,CHAZ,false,false | ||
14e756d2-60a6-45fd-b135-3caff3f328cd,2020-01-01T00:00:00,3,false,Lab program,false,false | ||
913f566e-a94d-467e-9309-f13db7685ff8,2016-06-14T12:00:00,3,false,TB Monthly,false,true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters