comparison Sphinx/source/dicom-guide.rst @ 413:3ec4d890912e c-get

fix c-get
author Alain Mazy <alain@mazy.be>
date Tue, 12 May 2020 14:59:10 +0200
parents 969d50e63b17
children e0b4b88446a8
comparison
equal deleted inserted replaced
412:969d50e63b17 413:3ec4d890912e
604 604
605 As of Orthanc 1.7.0, Orthanc implements C-Get as a service provider (SCP) 605 As of Orthanc 1.7.0, Orthanc implements C-Get as a service provider (SCP)
606 but not as a service user (SCU). One way to use the C-Get against an 606 but not as a service user (SCU). One way to use the C-Get against an
607 Orthanc is by using the `DCMTK <https://support.dcmtk.org/docs/dcmconv.html>`__ toolkit:: 607 Orthanc is by using the `DCMTK <https://support.dcmtk.org/docs/dcmconv.html>`__ toolkit::
608 608
609 $ getscu -v localhost 4242 -aec ORTHANC -k "000d,0020=1.2...." -k "0008,0052=STUDY" 609 $ getscu -v localhost 4242 -aec ORTHANC -k "0020,000d=1.2...." -k "0008,0052=STUDY"
610 610
611 611
612 612
613 613
614 614