X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmCommon.h;h=5c2b38054f58a8d346de4fe28afcbb3464956e8a;hb=1988dee6507ec70166b38c7e0cac6c1e9c18351e;hp=a93fb998583583100ee9a05c567d29b734780c0b;hpb=153db29d779f82893684c6aac08b0a565dd84334;p=gdcm.git diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index a93fb998..5c2b3805 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -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