Skip to content

Commit

Permalink
ENH: Reminder on syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
skwarfield committed Jan 27, 2025
1 parent 24f2c8b commit a38f011
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions retrieve_dicoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ def clean_text(string):
# namednode: 10.27.107.244
# dicomport: 104

# Retrieve from Synapse:
# sudo docker run --rm -it --volume `pwd`:/data crl/dicom-tools \
# retrieve_dicoms.py --outputDir . --subjectID NNNNNNN \
# --studyDate YYYYMMDD --aet SYNAPSERESEARCH \
# --aec PACSDCM --namednode pacsstor.tch.harvard.edu
#

AET = args.aet
AEC = args.aec
NAMEDNODE = args.namednode
Expand Down

0 comments on commit a38f011

Please sign in to comment.