diff --git a/nirc_ehr/resources/queries/study/cases.query.xml b/nirc_ehr/resources/queries/study/cases.query.xml index fdf21f3e..b2b77625 100644 --- a/nirc_ehr/resources/queries/study/cases.query.xml +++ b/nirc_ehr/resources/queries/study/cases.query.xml @@ -50,7 +50,7 @@ Category - false + true false ehr_lookups @@ -61,6 +61,9 @@ true + + false + diff --git a/nirc_ehr/resources/views/necropsy.html b/nirc_ehr/resources/views/necropsy.html index 2d62d51b..49cfa91c 100644 --- a/nirc_ehr/resources/views/necropsy.html +++ b/nirc_ehr/resources/views/necropsy.html @@ -59,7 +59,7 @@ schemaName: 'study', queryName: 'deaths', filterArray: filterArray, - columns: 'Id,Id/demographics/species,date,reason,deathWeight,Id/lastProtocol/protocol,Id/lastProject/project', + columns: 'Id,Id/demographics/species,Id/demographics/gender,date,reason,deathWeight,Id/lastProtocol/protocol,Id/lastProject/project', }, title: 'Death', renderTo: 'animalDeath',