module documentation

DICOM utilities.

Copyright 2017-2025, Voxel51, Inc.

Class DICOMDatasetImporter Importer for DICOM datasets datasets stored on disk.
Class DICOMSampleParser Parser for labeled image samples stored in DICOM format.
Variable logger Undocumented
Function _get_image Undocumented
Function _to_python Undocumented
Constant _LIST_TYPES Undocumented
Constant _PRIMITIVE_TYPES Undocumented
Constant _SCALAR_FIELD_TYPES_MAP Undocumented

Undocumented

def _get_image(ds): (source)

Undocumented

def _to_python(value): (source)

Undocumented

_LIST_TYPES = (source)

Undocumented

Value
(pydicom.multival.MultiValue)
_PRIMITIVE_TYPES = (source)

Undocumented

Value
(int, float, str, list)
_SCALAR_FIELD_TYPES_MAP = (source)

Undocumented

Value
{pydicom.valuerep.DSfloat: float,
 pydicom.valuerep.DSdecimal: float,
 pydicom.valuerep.IS: int,
 pydicom.valuerep.PersonName: str,
 pydicom.valuerep.PersonNameUnicode: str,
 pydicom.uid.UID: str}