Mercurial > hg > orthanc-book
comparison Sphinx/source/dicom-guide.rst @ 638:b3e75cef601d Orthanc-1.9.2
Orthanc 1.9.2
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 22 Apr 2021 13:36:32 +0200 |
parents | cfeb018b9150 |
children | 17c1ff4e6ae4 |
comparison
equal
deleted
inserted
replaced
637:88432d03b56a | 638:b3e75cef601d |
---|---|
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.9.1, Orthanc only implements C-Get as a | 660 *Note:* As of Orthanc 1.9.2, Orthanc only implements C-Get as a |
661 service class provider (SCP). Using C-Get as a service class user | 661 service class provider (SCP). Using C-Get as a service class user |
662 (SCU) is not currently supported in Orthanc. | 662 (SCU) is not currently supported in Orthanc. |
663 | 663 |
664 | 664 |
665 | 665 |