Hi,
Could some please guide me on how to modify the dose file format to add RTPlanLabel. Below code is working but {RTPlanLabel} dose not show up in file name.
Thanks!
output_dose_name_format='{parent_sorting_data}_{study_uid_index}_{DoseSummationType}_{RTPlanLabel}' process_dicom_directory( dicom_directory = input_dicom_dir, output_directory = output_dir, output_dose_name_format=output_dose_name_format)
Hi,
Could some please guide me on how to modify the dose file format to add RTPlanLabel. Below code is working but {RTPlanLabel} dose not show up in file name.
Thanks!
output_dose_name_format='{parent_sorting_data}_{study_uid_index}_{DoseSummationType}_{RTPlanLabel}' process_dicom_directory( dicom_directory = input_dicom_dir, output_directory = output_dir, output_dose_name_format=output_dose_name_format)