From 7ab14ee5e4d5c49e6d2054a95505d33283ad55f3 Mon Sep 17 00:00:00 2001 From: Marty Pradere Date: Sat, 21 Feb 2026 11:16:36 -0800 Subject: [PATCH] couple small fixes --- nirc_ehr/resources/queries/study/cases.query.xml | 5 ++++- nirc_ehr/resources/views/necropsy.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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',