Skip to content

Instantly share code, notes, and snippets.

@fedorov
Created May 6, 2016 20:32
Experiment to use JSON-LD for communicating metadata to dcmqi conversion tools http://github.com/qiicr/dcmqi
{
"@context": {
"ClinicalTrialSeriesID" : "http://dicom.nema.org/medical/dicom/current/output/chtml/part06/chapter_6.html#para_87c4e314-1f60-49f3-a379-5f6926316ec0",
"ContentCreatorName" : "http://dicom.nema.org/medical/dicom/current/output/chtml/part06/chapter_6.html#para_1d93f33c-3935-49db-97c0-2dcad981f4aa",
"ReaderID" : "ContentCreatorName",
"SessionID" : "ClinicalTrialSeriesID",
"ClinicalTrialTimePointID" : "http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.2.3.html#para_4d2ee376-92b4-4f23-9560-4fd0f5af77ad",
"TimePoint" : "ClinicalTrialTimePointID",
"SeriesDescription" : "http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.3.html#para_5fe2ee7d-82fc-44e4-893b-eecb8eb89550",
"SeriesNumber" : "http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.8.8.html#para_cf392e6c-ab22-41a7-90ce-cf16145dc849",
"InstanceNumber" : "http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.8.25.7.html#para_7fafd030-a830-4d66-92c6-9666f07e4b7c",
"BodyPartExamined" : "http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.8.30.html#para_fb9f04d7-fc83-41a7-b386-a5fe32201d14",
"LO" : "http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html#para_5184abc4-043b-422d-8d27-8955f439cdb8",
"IS" : "http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html#para_87637987-925d-448a-88ee-91f403f6702d",
"CS" : "http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html#para_86aefa1f-fc71-4742-82b9-29934b10466a"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment