Mercurial > hg > orthanc-book
comparison Sphinx/source/dicom-guide.rst @ 513:f22b3743fd3f
Orthanc 1.7.4
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 18 Sep 2020 15:18:40 +0200 |
parents | 933e28b6a64d |
children | 50bdd7c7e9b9 |
comparison
equal
deleted
inserted
replaced
512:be8b638f3f46 | 513:f22b3743fd3f |
---|---|
655 <https://support.dcmtk.org/docs/dcmconv.html>`__ toolkit, given some | 655 <https://support.dcmtk.org/docs/dcmconv.html>`__ toolkit, given some |
656 known ``StudyInstanceUID``:: | 656 known ``StudyInstanceUID``:: |
657 | 657 |
658 $ getscu -v localhost 4242 -aec ORTHANC -k "0008,0052=STUDY" -k "0020,000d=1.2.840.113543.6.6.4.7.64067529866380271256212683512383713111129" | 658 $ getscu -v localhost 4242 -aec ORTHANC -k "0008,0052=STUDY" -k "0020,000d=1.2.840.113543.6.6.4.7.64067529866380271256212683512383713111129" |
659 | 659 |
660 *Note:* As of Orthanc 1.7.3, Orthanc implements C-Get as a service | 660 *Note:* As of Orthanc 1.7.4, Orthanc implements C-Get as a service |
661 class provider (SCP). Using C-Get as a service class user (SCU) is not | 661 class provider (SCP). Using C-Get as a service class user (SCU) is not |
662 currently supported in Orthanc. | 662 currently supported in Orthanc. |
663 | 663 |
664 | 664 |
665 | 665 |