From c23828cc6e4b93b7c992ea8884ff102cd2c57c38 Mon Sep 17 00:00:00 2001 From: Anh Nguyet Vu Date: Thu, 8 Feb 2024 10:55:53 -0700 Subject: [PATCH] Update for #86 --- modules/classes/patient_and_specimen.yaml | 1 - modules/enums/Device.yaml | 18 ++++++++++++++++++ modules/slots.yaml | 5 +++++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/modules/classes/patient_and_specimen.yaml b/modules/classes/patient_and_specimen.yaml index 36ecfd6..9197d97 100644 --- a/modules/classes/patient_and_specimen.yaml +++ b/modules/classes/patient_and_specimen.yaml @@ -37,7 +37,6 @@ classes: - PackYearsSmoked - AlcoholUse - NumberofDrinksPerWeek - - ContraceptiveUse - AntibioticUse - SampleCollectionCenter - SampleCollectionYear diff --git a/modules/enums/Device.yaml b/modules/enums/Device.yaml index ad89045..d65b6ba 100644 --- a/modules/enums/Device.yaml +++ b/modules/enums/Device.yaml @@ -34,3 +34,21 @@ enums: Revio: Ultima Genomics UG100: Unknown: + + Contraceptive: + permissible_values: + Oral: + Oral (estrogen): + Oral (progesterone): + Male sterilization: + Condoms: + Patch: + Vaginal ring: + IUD: + IUD (progesterone): + Implant: + Implant (progesterone): + Injection (progesterone): + Bilateral tubal ligation: + Natural family planning: + Unknown: \ No newline at end of file diff --git a/modules/slots.yaml b/modules/slots.yaml index 5e8baa6..2a505ee 100644 --- a/modules/slots.yaml +++ b/modules/slots.yaml @@ -1808,6 +1808,11 @@ slots: description: Text that describes the kind of disease present in the tumor specimen as related to a specific timepoint (add rows to select multiple values along with timepoints) annotations: range: TumorTissueTypeEnum + TypeContraceptiveUse: + title: Type of Contraceptive Use + required: false + description: Type of contraceptive(s) used within the individual's history. + range: Contraceptive TypeofSmokeExposure: title: Type of Smoke Exposure required: false