diff Core/DicomFormat/DicomImageInformation.cpp @ 1908:5096681efce6

direct hyperlinks to the DICOM standard
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Jan 2016 11:36:47 +0100
parents 8b1baa2315b8
children 6c73df12ca51
line wrap: on
line diff
--- a/Core/DicomFormat/DicomImageInformation.cpp	Thu Jan 07 11:28:19 2016 +0100
+++ b/Core/DicomFormat/DicomImageInformation.cpp	Thu Jan 07 11:36:47 2016 +0100
@@ -157,7 +157,7 @@
       if (samplesPerPixel_ > 1)
       {
         // The "Planar Configuration" is only set when "Samples per Pixels" is greater than 1
-        // https://www.dabsoft.ch/dicom/3/C.7.6.3.1.3/
+        // http://dicom.nema.org/medical/dicom/current/output/html/part03.html#sect_C.7.6.3.1.3
         try
         {
           planarConfiguration = boost::lexical_cast<unsigned int>(values.GetValue(DICOM_TAG_PLANAR_CONFIGURATION).GetContent());