diff Orthanc/Core/Enumerations.cpp @ 125:145e654112d6

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Jan 2016 17:08:44 +0100
parents 3809121c3290
children e8cfda4c8a2f
line wrap: on
line diff
--- a/Orthanc/Core/Enumerations.cpp	Mon Jan 04 14:27:06 2016 +0100
+++ b/Orthanc/Core/Enumerations.cpp	Thu Jan 28 17:08:44 2016 +0100
@@ -897,7 +897,7 @@
     std::string s = specificCharacterSet;
     Toolbox::ToUpperCase(s);
 
-    // http://www.dabsoft.ch/dicom/3/C.12.1.1.2/
+    // http://dicom.nema.org/medical/dicom/current/output/html/part03.html#sect_C.12.1.1.2
     // https://github.com/dcm4che/dcm4che/blob/master/dcm4che-core/src/main/java/org/dcm4che3/data/SpecificCharacterSet.java
     if (s == "ISO_IR 6" ||
         s == "ISO_IR 192" ||
@@ -1046,7 +1046,7 @@
 
   const char* GetDicomSpecificCharacterSet(Encoding encoding)
   {
-    // http://www.dabsoft.ch/dicom/3/C.12.1.1.2/
+    // http://dicom.nema.org/medical/dicom/current/output/html/part03.html#sect_C.12.1.1.2
     switch (encoding)
     {
       case Encoding_Utf8: