dicomifier.bruker_to_dicom.io#

dicomifier.bruker_to_dicom.io.create_dicomdir(paths, directory, patient_key, study_key, series_key, image_key)#

Create a DICOMDIR from all files found in paths.

Parameters:
  • paths – list of DICOM files and directories storing DICOM files

  • directory – destination directory of the DICOMDIR

  • patient_key – patient-level keys to add to the DICOMDIR

  • study_key – study-level keys to add to the DICOMDIR

  • series_key – series-level keys to add to the DICOMDIR

  • image_key – image-level keys to add to the DICOMDIR

dicomifier.bruker_to_dicom.io.get_bruker_info(directory)#

Return basic information of a Bruker data set stored in the specified directory as a DICOM data set with the Patient, General Study, Patient Study, and General Series modules.