changeset 333:0a73844cc5bc

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Mar 2020 09:40:10 +0100
parents 7b093bebb562
children b7f045b23faa
files Sphinx/source/faq/dcmtk-tricks.rst
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/dcmtk-tricks.rst	Thu Mar 12 09:34:20 2020 +0100
+++ b/Sphinx/source/faq/dcmtk-tricks.rst	Thu Mar 12 09:40:10 2020 +0100
@@ -28,9 +28,9 @@
 This error message is unrelated to Orthanc (especially if you have set
 the :ref:`configuration option <configuration>`
 ``UnknownSopClassAccepted`` to ``true``). To properly adapt the
-configuration file, first determine the DICOM tag ``SOPClassUID`` ()
-and the transfer syntax of the file, which can be done by using the
-``dcm2xml`` command-line tool::
+configuration file, first determine the value of the DICOM tag
+``SOPClassUID`` (0008,0016) and the transfer syntax of the file, which
+can be done by using the ``dcm2xml`` command-line tool::
 
   $ dcm2xml XC000000.dcm | grep -E 'data-set xfer|"SOPClassUID"'
   <data-set xfer="1.2.840.10008.1.2.4.102" name="MPEG-4 AVC/H.264 High Profile / Level 4.1">