From a4985c7545e4b9406ce2957b861ef8e68cff19c6 Mon Sep 17 00:00:00 2001 From: LeviCameron1 <86750204+LeviCameron1@users.noreply.github.com> Date: Wed, 26 Aug 2026 15:23:56 -0500 Subject: [PATCH] Add missing test metadata (#1024) ## Rationale Fix for breaking snapshot tests due to new study table ## Related Pull Requests - ## Changes - Added metadata for adoptions table --- .../study/datasets/datasets_manifest.xml | 3 ++ .../study/datasets/datasets_metadata.xml | 53 +++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/WNPRC_EHR/resources/referenceStudy/study/datasets/datasets_manifest.xml b/WNPRC_EHR/resources/referenceStudy/study/datasets/datasets_manifest.xml index 06e96046e..c299477e8 100644 --- a/WNPRC_EHR/resources/referenceStudy/study/datasets/datasets_manifest.xml +++ b/WNPRC_EHR/resources/referenceStudy/study/datasets/datasets_manifest.xml @@ -235,5 +235,8 @@ + + + \ No newline at end of file diff --git a/WNPRC_EHR/resources/referenceStudy/study/datasets/datasets_metadata.xml b/WNPRC_EHR/resources/referenceStudy/study/datasets/datasets_metadata.xml index e1680dd5d..2b3e26134 100644 --- a/WNPRC_EHR/resources/referenceStudy/study/datasets/datasets_metadata.xml +++ b/WNPRC_EHR/resources/referenceStudy/study/datasets/datasets_metadata.xml @@ -16447,4 +16447,57 @@ + + + + varchar + Id + Subject identifier + http://cpas.labkey.com/Study#ParticipantId + http://cpas.labkey.com/Study#ParticipantId + false + /ehr/participantView.view?participantId=${id} + + ptid + participantid + + + study + Animal + Id + + ALWAYS_OFF + 32 + + + timestamp + + + integer + + ehr_lookups + adoption_status + value + title + + + + integer + + ehr_lookups + adoption_results + value + title + + + + varchar + /ehr/participantView.view?participantId=${dam} + + + varchar + /ehr/participantView.view?participantId=${sire} + + +
\ No newline at end of file