Skip to content

Instantly share code, notes, and snippets.

@jasonklotzer
Created June 22, 2022 18:45
Show Gist options
  • Save jasonklotzer/1081377dbf6e1795733d088b3fed5531 to your computer and use it in GitHub Desktop.
Save jasonklotzer/1081377dbf6e1795733d088b3fed5531 to your computer and use it in GitHub Desktop.
# example dcmtk findscu query, to retrieve study level info (studyinstanceuid and instance count)
findscu -v -S -k QueryRetrieveLevel=STUDY -k StudyDate="20201101" -k NumberOfStudyRelatedInstances -aec AE_PACS -aet AE_MYSELF <ipPacs> <portPacs>
# example dcmtk movescu to retrieve study to self from pacs
movescu -v -S -k QueryRetrieveLevel=STUDY -k StudyInstanceUID="<studyUid>" -aec AE_PACS -aet AE_MYSELF -aem AE_MYSELF <ipPacs> <portPacs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment