33 #include "dcmtk/config/osconfig.h"
34 #include "dcmtk/ofstd/ofstring.h"
void lookupSymbolicUID()
this method checks if the UID value passed to this object is a symbolic UID and in this case attempts...
OFBool operator==(const DcmUIDHandler &arg) const
equal operator
OFBool isValidUID() const
checks if the UID maintained by this object is a syntactically valid UID string
const char * c_str() const
returns UID as C string
DcmUIDHandler()
default constructor
OFBool operator!=(const DcmUIDHandler &arg) const
not equal operator
helper class that manages a single DICOM UID.
~DcmUIDHandler()
destructor
OFString uid_
the UID maintained by this object.
a simple string class that implements a subset of std::string.
const OFString & str() const
returns UID as const OFString reference
const char * c_str() const
returns a pointer to the initial element of an array of length size()+1 whose first size() elements e...
DcmUIDHandler & operator=(const DcmUIDHandler &arg)
copy assignment operator