From bc9693b39563195209d1e63809770221b83af591 Mon Sep 17 00:00:00 2001 From: kollil Date: Wed, 15 Oct 2025 12:41:22 -0700 Subject: [PATCH] Added new field to Geneticvalue list on the UI side. Updated the Geneticvalueranking sql in the code to show the newly added field. --- onprc_ehr/resources/queries/study/GeneticValueRanking.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/onprc_ehr/resources/queries/study/GeneticValueRanking.sql b/onprc_ehr/resources/queries/study/GeneticValueRanking.sql index 4cad5be82..26e7b13f3 100644 --- a/onprc_ehr/resources/queries/study/GeneticValueRanking.sql +++ b/onprc_ehr/resources/queries/study/GeneticValueRanking.sql @@ -8,5 +8,6 @@ livingOffspring, assignments as TotalAssignments, condition, value as GeneticValue, -rank +rank, +population From Site.{substitutePath moduleProperty('ONPRC_EHR','DCM_NHP_Resources_Container')}.lists.GeneticValue \ No newline at end of file