Skip to content

Commit

Permalink
updating imaging study
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmeyer committed Jun 28, 2024
1 parent 776d73a commit d25999a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions gdcdictionary/schemas/imaging_study.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,16 @@ properties:
description: (0010,1010) The patient's age at the time of the imaging study.
type: number

# PatientBirthYear:
# description: (0010,0030) Patient's Birth Date Attribute

# PatientID: # use subject.submitter_id
# description: (0010,0020) A unique identifier for the patient.
# type: string

# PatientSex: # use subject.gender
# 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
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

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

0 comments on commit d25999a

Please sign in to comment.