# HG changeset patch # User Sebastien Jodogne # Date 1584002410 -3600 # Node ID 0a73844cc5bcc91e865c91adcc5ce69470ffeb5c # Parent 7b093bebb5620e6e7edbc522d97f89efcab396ce typo diff -r 7b093bebb562 -r 0a73844cc5bc Sphinx/source/faq/dcmtk-tricks.rst --- 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 ` ``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"'