Skip to content

Commit

Permalink
another typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmeyer committed May 13, 2024
1 parent 2cedc19 commit c971d73
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions gdcdictionary/schemas/imaging_study.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ properties:

$ref: "_definitions.yaml#/ubiquitous_properties"


disease_type
primary_site


BodyPartExamined:
description: (0018, 0015) Body Part Examined.
type: array
Expand All @@ -62,6 +57,12 @@ primary_site
description: The primary type of disease studied in this imaging study, if applicable.
type: string

Modality:
description: The modalities of the imaging study; derived from (0008, 0060) Modality.
type: array
items:
type: string

PatientAge:
description: (0010,1010) The patient's age at the time of the imaging study.
type: number
Expand All @@ -74,12 +75,6 @@ primary_site
description: (0008, 1030) Study Description.
type: string

Modality:
description: The modalities of the imaging study; derived from (0008, 0060) Modality.
type: array
items:
type: string

StudyInstanceUID:
description: (0020, 000d) Study Instance UID
type: string
Expand Down

0 comments on commit c971d73

Please sign in to comment.