DicomSeriesImportOptions
Options used when scanning and importing DICOM series.
Import
import ScriptingApi as api
# Access the class
# DicomSeriesImportOptions is available via api.DicomSeriesImportOptions
Properties
anonymize_dicom_tags
Remove identifying tag values before importing metadata into the volume.
Type: bool
do_not_import_dicom_tags
Skip importing DICOM metadata and import only the image data.
Type: bool
use_window_level_from_dicom
Apply the selected series window and level when available. If the series does not store them, the imported image range is used instead.
Type: bool
refine_by_study_description
Refine the detected series grouping using the study description.
Type: bool
refine_by_series_description
Refine the detected series grouping using the series description.
Type: bool
refine_by_patient_name
Refine the detected series grouping using the patient name.
Type: bool
refine_by_protocol_name
Refine the detected series grouping using the protocol name.
Type: bool
refine_by_acquisition_number
Refine the detected series grouping using the acquisition number.
Type: bool
refine_by_image_orientation_patient
Refine the detected series grouping using the patient orientation information.
Type: bool
refine_by_trigger_time
Refine the detected series grouping using trigger time.
Type: bool
refine_by_echo_time
Refine the detected series grouping using echo time.
Type: bool
refine_by_flip_angle
Refine the detected series grouping using flip angle.
Type: bool
refine_by_repetition_time
Refine the detected series grouping using repetition time.
Type: bool
refine_by_acquisition_time
Refine the detected series grouping using acquisition time.
Type: bool
refine_by_series_time
Refine the detected series grouping using series time.
Type: bool
refine_by_content_time
Refine the detected series grouping using content time.
Type: bool
refine_by_delta_start_time
Refine the detected series grouping using delta start time.
Type: bool