DICOM Tutorial¶
This tutorial walks new users through their first DICOM interface in QIE: setting up an Application Entity (AE) connection, understanding DICOM tags and node paths, building a passthrough channel that receives DICOM messages and forwards them to another DICOM endpoint, deidentifying patient data before sharing studies, and extracting DICOM tag values into an HL7 result message.
Chapters¶
- Before Running QIE covers the prerequisites for the DICOM tutorial.
- DICOM Basics covers DICOM tags, the Group/Element format, wildcards, and node paths.
- Creating Your First DICOM Channel is a step-by-step build of a DICOM Listener to DICOM Sender passthrough channel.
- Deidentifying DICOM Messages is a step-by-step setup of the deidentification table, certificate, and mapping node.
- Converting DICOM to HL7 extracts DICOM tag values into an HL7 ORU result message using a mapping script.