DICOM Quickie: Copying a study from one PACS to another using dcmqr (query / retrieve)
Sending a dicom study from one PACS to another is quite simple using dcmqr from the dcm4che toolkit (I am currently using v2): dcmqr -highprior $FROM_PACS_AET@$FROM_PACS_HOST:$FROM_PACS_PORT -cmove $TO_PACS_AET \ -L $TO_PACS_AET \ -qStudyInstanceUID=”$STUDY_UID” It implements a dicom query (here we…
Recent Comments