Skip to content

Commit 551c42f

Browse files
committed
updated argument space to include dicom filter parameters
1 parent 43b1103 commit 551c42f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

reg_chxr.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
logger.remove()
3030
logger.add(sys.stderr, format=logger_format)
3131

32-
__version__ = '1.2.0'
32+
__version__ = '1.2.1'
3333

3434
DISPLAY_TITLE = r"""
3535
_ _
@@ -46,7 +46,7 @@
4646
parser = ArgumentParser(description='A plugin to wait till a particular set of PACS files are registered to a CUBE instance',
4747
formatter_class=ArgumentDefaultsHelpFormatter)
4848
parser.add_argument(
49-
'--PACSurl',
49+
'--PFDCMurl',
5050
default='',
5151
type=str,
5252
help='endpoint URL of pfdcm'
@@ -339,7 +339,7 @@ async def check_registration(options: Namespace, retry_table: dict, client: PACS
339339
LOG(f"PACS series registration unsuccessful. Retrying retrieve for {series_instance}.")
340340
# retry retrieve
341341
retrieve_response = pfdcm.retrieve_pacsfiles(retry_table[series_instance],
342-
options.PACSurl, options.PACSname)
342+
options.PFDCMurl, options.PACSname)
343343

344344
# save retry file
345345
srs_json_file_path = os.path.join(options.outputdir,

0 commit comments

Comments
 (0)