diff Core/DicomFormat/DicomTag.cpp @ 1732:5cdea1cd2071

remove display of ImageOrientationPatient and ImagePositionPatient
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Oct 2015 11:53:26 +0200
parents a7c05bbfaf6a
children b1291df2f780
line wrap: on
line diff
--- a/Core/DicomFormat/DicomTag.cpp	Wed Oct 21 11:45:51 2015 +0200
+++ b/Core/DicomFormat/DicomTag.cpp	Wed Oct 21 11:53:26 2015 +0200
@@ -114,6 +114,12 @@
     if (*this == DICOM_TAG_PATIENT_NAME)
       return "PatientName";
 
+    if (*this == DICOM_TAG_IMAGE_POSITION_PATIENT)
+      return "ImagePositionPatient";
+
+    if (*this == DICOM_TAG_IMAGE_ORIENTATION_PATIENT)
+      return "ImageOrientationPatient";
+
     return "";
   }