Skip to content

Commit

Permalink
Update for #86
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Feb 8, 2024
1 parent 73e81a6 commit c23828c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/classes/patient_and_specimen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ classes:
- PackYearsSmoked
- AlcoholUse
- NumberofDrinksPerWeek
- ContraceptiveUse
- AntibioticUse
- SampleCollectionCenter
- SampleCollectionYear
Expand Down
18 changes: 18 additions & 0 deletions modules/enums/Device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
5 changes: 5 additions & 0 deletions modules/slots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c23828c

Please sign in to comment.