pacsifier.cli.move_dumps module

Script to move all csv files retrieved by pacsifier --info ... into a new folder.

pacsifier.cli.move_dumps.get_parser() ArgumentParser[source]

Get parser for command line arguments.

pacsifier.cli.move_dumps.main()[source]

Main function of the script that calls move().

pacsifier.cli.move_dumps.move(dicom_path: str, output_path: str) None[source]

Move all csv info files within a dicom directory into a new directory.

Parameters:
  • dicom_path – path to the folder containing dicoms.

  • output_path – path where the csv files within the dicom path will be moved.