How DCM/DICOM Files Are Processed
DICOM files are processed as follows:- The DICOM file’s contents which include images, metadata and other elements as described in the DICOM file standard are extracted.
- Text components of the DICOM file, including supported properties and metadata are processed by Limina’s text module, except for the fields listed below in constraints that are assumed to never contain PII. More information about sensitive fields in DICOM files can be accessed here.
- Any image components of the DICOM file are processed by Limina’s image module. This process finds and masks any sensitive text, such as scan date and operator name. The scan itself, such as an MRI isn’t altered.
- A new DICOM file is constructed using the de-identified or redacted equivalents created in the steps above.
Graphical content where text is present will be OCRed and then redacted. You can configure the OCR System by setting it as an Environment Variable or sending it in the request object. Check out our OCR Guide to further understand the OCR modes and their usage.
Constraints
- Limina only supports DICOM files with 2D images, DICOM files containing 3D images or videos are not currently supported. Please split 3D images up into a series of 2D images for processing.
-
The following metadata and parameters are assumed to never contain PII and are always passed through the output DICOM file:
Metadata & Parameters
Support Matrix
| CPU Container | GPU Container | Community API | Professional API | |
|---|---|---|---|---|
| Supported | Yes | Yes | Up to 10 MiB | No |
Sample Request
Connect with one of our privacy experts to run this code.
Sample Response
Response