X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeaderEntry.h;h=0dab4ad9260ccdc5bca64c64384001fa9e9b23d3;hb=36065b288af82c4259a56523a3bd5fb4a529d7b5;hp=cff9a758d1b2cf5beabd071c3a231f14f2f44748;hpb=cdc2a0e2a1e53f0efef4412a248566e076b1f4c9;p=gdcm.git diff --git a/src/gdcmHeaderEntry.h b/src/gdcmHeaderEntry.h index cff9a758..0dab4ad9 100644 --- a/src/gdcmHeaderEntry.h +++ b/src/gdcmHeaderEntry.h @@ -220,6 +220,7 @@ private: /// the underlying dictionary. bool ImplicitVR; + /// Header Entry value, stores as a std::string (VR will be used, later, to decode) std::string value; /// unsecure memory area to hold 'non string' values @@ -227,7 +228,7 @@ private: void *voidArea; /// Offset from the begining of file for direct user access size_t Offset; - + /// How many details are to be printed (value : 0,1,2) int printLevel; };