]> Creatis software - gdcm.git/commit
Adding :
authorjpr <jpr>
Thu, 26 Jun 2003 13:07:01 +0000 (13:07 +0000)
committerjpr <jpr>
Thu, 26 Jun 2003 13:07:01 +0000 (13:07 +0000)
commitda626417557034a6838c613ed1ccb1acc6864e9a
tree8d64d87c8b0653c0f1aea82e24e98343eadb93ee
parenta26e6f06a76ec85504cf65288e7c47f2cd728641
Adding :

std::string TranslateToKey(guint16 group, guint16 element);
(because a tag key may not be associated to a dictionary)

int gdcmHeader::CheckIfExistByNumber(guint16 Group, guint16 Elem);
(we need to know if we want to build a kosher Dicom Header)

int gdcmElValSet::CheckIfExistByNumber(guint16 Group, guint16 Elem);
Well .... private fields *do* exist in C++
src/gdcmElValSet.cxx
src/gdcmElValSet.h
src/gdcmException.h
src/gdcmHeader.cxx
src/gdcmHeader.h
src/gdcmUtil.cxx
src/gdcmUtil.h