Skip to content

Commit 24e3793

Browse files
React Animal History - Search By Id (#1085)
* Added single/multiple Id search * Add All Animal search * Add All Alive at Center search * Add URL readOnly search for participant history * Add URL binding * Add new column for reports that are compatible with non-Id filters
1 parent 9ff00d3 commit 24e3793

72 files changed

Lines changed: 11583 additions & 1409 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

EHR_App/package-lock.json

Lines changed: 29 additions & 336 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EHR_App/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@labkey/components": "6.72.1",
25-
"@labkey/ehr": "0.0.2-fb-prt-reports.0"
25+
"@labkey/ehr": "0.0.5"
2626
},
2727
"devDependencies": {
2828
"@labkey/build": "8.7.0",

EHR_App/test/sampledata/EHR_App/ehr_lookups/areas.tsv renamed to EHR_App/resources/data/areas.tsv

File renamed without changes.

EHR_App/test/sampledata/EHR_App/ehr_lookups/buildings.tsv renamed to EHR_App/resources/data/buildings.tsv

File renamed without changes.

EHR_App/test/sampledata/EHR_App/ehr_lookups/cage.tsv renamed to EHR_App/resources/data/cage.tsv

File renamed without changes.

EHR_App/test/sampledata/EHR_App/ehr_lookups/cage_type.tsv renamed to EHR_App/resources/data/cage_type.tsv

File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
code
2+
Alive
3+
Dead
4+
ERROR
5+
No Record
6+
Shipped
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sch query category title description
2+

EHR_App/test/sampledata/EHR_App/ehr_lookups/gender_codes.tsv renamed to EHR_App/resources/data/gender_codes.tsv

File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
setname label keyfield titleColumn
2+

0 commit comments

Comments
 (0)