diff Core/DicomFormat/DicomTag.h @ 77:b8dfde8d64e8

new dicom tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Sep 2012 13:41:18 +0200
parents c996319e90bc
children 6212bf978584
line wrap: on
line diff
--- a/Core/DicomFormat/DicomTag.h	Mon Sep 17 17:32:33 2012 +0200
+++ b/Core/DicomFormat/DicomTag.h	Thu Sep 20 13:41:18 2012 +0200
@@ -58,14 +58,20 @@
 
     friend std::ostream& operator<< (std::ostream& o, const DicomTag& tag);
 
-    // Alias for the most useful tags
+    // Aliases for the most useful tags
     static const DicomTag ACCESSION_NUMBER;
+    static const DicomTag SOP_INSTANCE_UID;
+    static const DicomTag PATIENT_ID;
+    static const DicomTag SERIES_INSTANCE_UID;
+    static const DicomTag STUDY_INSTANCE_UID;
+    static const DicomTag PIXEL_DATA;
+
+    static const DicomTag INSTANCE_NUMBER;
     static const DicomTag IMAGE_INDEX;
-    static const DicomTag INSTANCE_UID;
+
     static const DicomTag NUMBER_OF_SLICES;
-    static const DicomTag PATIENT_ID;
-    static const DicomTag SERIES_UID;
-    static const DicomTag STUDY_UID;
-    static const DicomTag PIXEL_DATA;
+    static const DicomTag NUMBER_OF_FRAMES;
+    static const DicomTag CARDIAC_NUMBER_OF_IMAGES;
+    static const DicomTag IMAGES_IN_ACQUISITION;
   };
 }