Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igoroctaviano/1b99cded779729d3123a018e674f0280 to your computer and use it in GitHub Desktop.
Save igoroctaviano/1b99cded779729d3123a018e674f0280 to your computer and use it in GitHub Desktop.
This is an example of the response of the dicomweb-client's request "searchForSeries" which return all series metadata of that study. The representation is JSON and the return is an array that is composed of individual series metadata (without sop instances) in raw tag format.
[
{
"00080005": {
"vr": "CS",
"Value": ["ISO_IR 100"]
},
"00080054": {
"vr": "AE",
"Value": ["DCM4CHEE"]
},
"00080056": {
"vr": "CS",
"Value": ["ONLINE"]
},
"00080060": {
"vr": "CS",
"Value": ["CT"]
},
"0008103E": {
"vr": "LO",
"Value": ["CT IMAGES"]
},
"00081190": {
"vr": "UR",
"Value": [
"http://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.3.6.1.4.1.14519.5.2.1.7009.2403.334240657131972136850343327463/series/1.3.6.1.4.1.14519.5.2.1.7009.2403.226151125820845824875394858561"
]
},
"0020000D": {
"vr": "UI",
"Value": [
"1.3.6.1.4.1.14519.5.2.1.7009.2403.334240657131972136850343327463"
]
},
"0020000E": {
"vr": "UI",
"Value": [
"1.3.6.1.4.1.14519.5.2.1.7009.2403.226151125820845824875394858561"
]
},
"00200011": {
"vr": "IS",
"Value": ["2"]
},
"00201209": {
"vr": "IS",
"Value": ["135"]
},
"00400244": {
"vr": "DA",
"Value": ["19600116"]
},
"00400245": {
"vr": "TM",
"Value": ["095640"]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment