We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede2c47 commit fc329a3Copy full SHA for fc329a3
1 file changed
snprc_ehr/resources/queries/study/BrowseDataSets.sql
@@ -27,7 +27,9 @@ UNION
27
UNION
28
select 'study' as schema, 'ClinPath' as CategoryId,'Hematology Results' as Label, 'hematologyPivot' as Name, true as ShowByDefault, true as isAnimal
29
30
-select 'study' as schema, 'ClinPath' as CategoryId,'Biochemistry Results' as Label, 'chemPivot' as Name, true as ShowByDefault, true as isAnimal
+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
33
34
select 'study' as schema, 'ClinPath' as CategoryId,'Misc Lab Results' as Label, 'miscPivot' as Name, true as ShowByDefault, true as isAnimal
35
0 commit comments