Skip to content

Commit

Permalink
Add prop per issue #85
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Feb 8, 2024
1 parent 774390a commit bf14b05
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions modules/slots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ slots:
Age:
title: Age
required: true
description: Age of individual as a positive number such as 40 or 56.5. If not available, cannot leave blank and must use "unknown".
description: Age (in years) of individual when samples are contributed/biobanked, as a positive number such as 40 or 56.5. If not available, cannot leave blank and must use "unknown".
annotations:
validationRules: regex match ^\d*\.?\d*$|^unknown$
validationRules: regex match ^\d*\.?\d*$|^Unknown$
AgeAtMenarche:
title: Age At Menarche
required: false
description: TBD
description: Age at menarche.
annotations:
AgeIsObfuscated:
title: Age Is Obfuscated
Expand All @@ -47,7 +47,7 @@ slots:
AgeatDiagnosis:
title: Age at Diagnosis
required: false
description: Age at the time of diagnosis expressed in number of days since birth.
description: Age at the time of diagnosis in years.
annotations:
AlcoholDaysPerWeek:
title: Alcohol Days Per Week
Expand Down Expand Up @@ -1468,6 +1468,11 @@ slots:
required: false
description: TBD
annotations:
SurgeryReason:
title: Surgery Reason
required: false
description: Reason for individual obtaining surgery
range: SurgeryReasonEnum
SatelliteMetastasisPresentIndicator:
title: Satellite Metastasis Present Indicator
required: false
Expand Down

0 comments on commit bf14b05

Please sign in to comment.