dcm_classifier.dicom_config

Dicom Configuration:

List of DICOM header columns that are required for this tool. In the future, the list can be expanded or modified as needed.

Those fields were selected experimentally and were deemed useful for the modality and acquisition plane classification task, or needed for data organization. Requiring only those fields allows for some flexibility in the DICOM header and reduces the dimensionality of the data, thus improving processing efficiency.

Attributes:

required_DICOM_fields (list[str]): A list of required DICOM fields.

optional_DICOM_fields (list[str]): A list of optional DICOM fields.

inference_features (list[str]): A list of features that are used for inference.

dcm_classifier.dicom_series

dcm_classifier.dicom_validator

dcm_classifier.dicom_volume

dcm_classifier.example_image_processing

dcm_classifier.image_type_inference

dcm_classifier.study_processing

dcm_classifier.utility_functions