Created
March 11, 2018 16:52
-
-
Save FMCalisto/dc493180625afe665c82380bde7457c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "patientName" : "EXAMPLE", | |
| "patientId" : "EXAMPLE", | |
| "studyDate" : "EXAMPLE", | |
| "modality" : "EXAMPLE", | |
| "studyDescription" :"EXAMPLE", | |
| "numImages" : 1, | |
| "studyId" : "example", | |
| "seriesList" : [ | |
| { | |
| "StudyInstanceUID" : "1.3.6.1.4.1.5962.1.1.0.0.0.1196533885.18148.0.683", | |
| "seriesDescription": "EX", | |
| "seriesNumber" : "1", | |
| "instanceList" : [ | |
| {"imageId" : "0785201f-3d114b99-2ef2aad9-9e261c32-4eeaf3f4/file"} | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment