UI reference

Wrap document into DICOM

Embed a PDF or STL as a DICOM Encapsulated Document.

Wraps a non-DICOM file (PDF or STL) into a DICOM Encapsulated Document IOD (PS3.3 A.45) so it can be stored and routed through DICOM systems. The payload goes in Encapsulated Document (0042,0011) with its MIME type, alongside minimal patient/study/series tags and a fresh set of UIDs.

  • PDF → SOP Class 1.2.840.10008.5.1.4.1.1.104.1, Modality DOC.
  • STL → SOP Class 1.2.840.10008.5.1.4.1.1.104.3, Modality M3D.

    Tip To go the other way, load an Encapsulated PDF/STL and run “Extract encapsulated document” from the command palette.