Skip to content

Commit

Permalink
use dcmsend to send DICOMs to PACS
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Sep 6, 2024
1 parent 917a95c commit 4e3f941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dicom_dirSend.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
logger.opt(colors = True)
logger.add(sys.stderr, format=logger_format)

__version__ = '1.1.4'
__version__ = '1.1.6'

DISPLAY_TITLE = r"""
_ _ _ _ _ _____ _
Expand Down Expand Up @@ -118,7 +118,7 @@ def main(options: Namespace, inputdir: Path, outputdir: Path):
shell = jobber({'verbosity': 1, 'noJobLogging': True})
for input_file, output_file in mapper:
LOG(f"Sending input file: ---->{input_file.name}<---- to {options.aetTitle}")
str_cmd = (f"storescu"
str_cmd = (f"dcmsend"
f" -aet {options.aetTitle}"
f" -aec {options.aetTitle}"
f" {options.host}"
Expand Down

0 comments on commit 4e3f941

Please sign in to comment.