8000 updated viewer_url props by cgmeyer · Pull Request #21 · uc-cdis/bih_dictionary · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

updated viewer_url props #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 2, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion gdcdictionary/schemas/imaging_series.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ properties:
description: (0018, 0010) Contrast/Bolus Agent
type: string

dicom_viewer_url:
series_viewer_url:
description: A URL where the imaging series can be viewed.
type: string

Expand Down
4 changes: 4 additions & 0 deletions gdcdictionary/schemas/imaging_study.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ properties:
$ref: "_definitions.yaml#/ubiquitous_properties"

## Non-DICOM properties
study_viewer_url:
description: A URL where the imaging study can be viewed.
type: string

disease_type:
description: The primary type of disease studied in this imaging study, if applicable.
type: string
Expand Down
Loading
0