diff --git a/dicom_headerEdit.py b/dicom_headerEdit.py index 2aa5718..ca531e4 100644 --- a/dicom_headerEdit.py +++ b/dicom_headerEdit.py @@ -54,6 +54,12 @@ ''' + Colors.NO_COLOUR +parserDS.add_argument( '--pftelDB', + dest = 'pftelDB', + default = '', + type = str, + help = 'optional pftel server DB path') + def synopsis(ab_shortOnly = False): scriptName = os.path.basename(sys.argv[0]) shortSynopsis = ''' diff --git a/setup.py b/setup.py index 4a19c56..1f1c05f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='dicom_headerEdit', - version='1.1.2', + version='1.1.3', description='"dicom_headerEdit" is a ChRIS DS plugin that allows for batch editing of DICOM header fields.', author='FNNDSC', author_email='dev@babyMRI.org',