]> Creatis software - gdcm.git/blobdiff - src/gdcmCommon.h
fonction UpdateGroupLengthNew (utilisant une HTable)
[gdcm.git] / src / gdcmCommon.h
index a93fb998583583100ee9a05c567d29b734780c0b..5c2b38054f58a8d346de4fe28afcbb3464956e8a 100644 (file)
@@ -33,4 +33,13 @@ using namespace std;  // string type lives in the std namespace on VC++
 typedef string TagKey;
 typedef string TagName;
 
+enum FileType {
+      Unknown = 0,
+      ExplicitVR,
+      ImplicitVR,
+      ACR,
+      ACR_LIBIDO
+};
+
+
 #endif