Using DICOM JSON to load local dicom seg

How to load a local DICOM SEG file using the DICOM JSON format and display it?

  • Currently, I have used the DICOM JSON conversion script provided by OHIF to successfully gen erate the DICOM JSON file for the original image, and have viewed it in the locally deployed OHIF. Subsequently, I used the dcmqi tool to convert its corresponding mask (in NIfTI format) into DICOM SEG format. I attempted to use the DICOM JSON conversion script to generate the corresponding JSON file for this DICOM SEG file, and tried to display it in OHIF in the same way. However, the conversion script encountered an error stating “missing header”.
  • In the above situation, I’m not sure whether the issue lies with the JSON conversion script provided by OHIF, the DICOM SEG file converted using dcmqi, or if the current DICOM JSON format only supports images and not SEG files.
  • If the current DICOM JSON format supports SEG, what should the corresponding JSON look like and what essential information should it contain? How can I obtain the corresponding JSON file?
  • 3.12.0-beta.83