Skip to content

Commit fc329a3

Browse files
authored
Added culturePivot to browse all datasets (#362)
1 parent ede2c47 commit fc329a3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

snprc_ehr/resources/queries/study/BrowseDataSets.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ UNION
2727
UNION
2828
select 'study' as schema, 'ClinPath' as CategoryId,'Hematology Results' as Label, 'hematologyPivot' as Name, true as ShowByDefault, true as isAnimal
2929
UNION
30-
select 'study' as schema, 'ClinPath' as CategoryId,'Biochemistry Results' as Label, 'chemPivot' as Name, true as ShowByDefault, true as isAnimal
30+
select 'study' as schema, 'ClinPath' as CategoryId,'Biochemistry Results' as Label, 'chemPivot' as Name, true as ShowByDefault, true as isAnimalisAnimal
31+
UNION
32+
select 'study' as schema, 'ClinPath' as CategoryId,'Culture and susceptibility Results' as Label, 'CulturePivot' as Name, true as ShowByDefault, true as isAnimal
3133
UNION
3234
select 'study' as schema, 'ClinPath' as CategoryId,'Misc Lab Results' as Label, 'miscPivot' as Name, true as ShowByDefault, true as isAnimal
3335
UNION

0 commit comments

Comments
 (0)