Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion gdcdictionary/schemas/imaging_study.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ properties:

PatientSex: # use subject.gender as source of truth, but this can store DICOM value
description: (0010,0040) the patient's sex; the biologic character or quality that distinguishes male and female from one another as expressed by analysis of the person's gonadal, morphologic (internal and external), chromosomal, and hormonal characteristics
type: string
enum:
- "Female"
- "Male"

StudyDescription:
description: (0008, 1030) Study Description.
Expand Down