diff 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
line wrap: on
line diff
--- a/Sphinx/source/dicom-guide.rst	Tue May 12 07:38:15 2020 +0200
+++ b/Sphinx/source/dicom-guide.rst	Tue May 12 14:59:10 2020 +0200
@@ -606,7 +606,7 @@
 but not as a service user (SCU).  One way to use the C-Get against an 
 Orthanc is by using the `DCMTK <https://support.dcmtk.org/docs/dcmconv.html>`__ toolkit::
 
-    $ getscu -v localhost 4242 -aec ORTHANC -k "000d,0020=1.2...." -k "0008,0052=STUDY"
+    $ getscu -v localhost 4242 -aec ORTHANC -k "0020,000d=1.2...." -k "0008,0052=STUDY"