Actions

Dicom send

From SpinozaWiki

Revision as of 10:04, 22 December 2022 by Dumoulin (talk | contribs) (Created page with "This is only needed if dicoms are no longer present on the scanner console, but are available somewhere else. module load dcmtk storescu -v -xs -aec SC-AMC-01 -aet <MY_AE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is only needed if dicoms are no longer present on the scanner console, but are available somewhere else.

module load dcmtk
storescu -v -xs -aec SC-AMC-01 -aet <MY_AETITLE> apollo.spinozacentre.knaw.nl 6790 --scan-directories --recurse --scan-pattern '*.dcm' <PATH_TO_DICOM_FOLDER>

Using the scanner console name (3T-ACQ, 7T-ACQ, 7T-ACQ-MULTIX) for <MY_AETITLE> ensures the data winds up in the correct folder on the AMC side of things. <PATH_TO_DICOM_FOLDER> is the directory containing the .dcm files (recursive).