int main(int , char *[])
{
std::cout << entry1 << std::endl;
std::cout << entry2 << std::endl;
const char *strowner = nullptr;
std::cout << entry3 << std::endl;
std::cout << entry4 << std::endl;
std::cout << entry5 << std::endl;
return 0;
}
Class to represent an Entry in the Dict.
Definition gdcmDictEntry.h:37
Class to represent a map of DictEntry.
Definition gdcmDict.h:45
const DictEntry & GetDictEntry(const Tag &tag) const
Definition gdcmDict.h:75
Class to manipulate the sum of knowledge (all the dict user load)
Definition gdcmDicts.h:29
const DictEntry & GetDictEntry(const Tag &tag, const char *owner=nullptr) const
THREAD SAFE.
const Dict & GetPublicDict() const
Global.
Definition gdcmGlobal.h:50
Dicts const & GetDicts() const
static Global & GetInstance()
return the singleton instance
Class to represent a Private DICOM Data Element (Attribute) Tag (Group, Element, Owner)
Definition gdcmPrivateTag.h:39
const char * GetOwner() const
Definition gdcmPrivateTag.h:51
Class to represent a DICOM Data Element (Attribute) Tag (Group, Element).
Definition gdcmTag.h:39
void SetElement(uint16_t element)
Sets the 'Element number' of the given Tag.
Definition gdcmTag.h:61
uint16_t GetElement() const
Returns the 'Element number' of the given Tag.
Definition gdcmTag.h:57