Inheritance diagram for DcmAgeString:
Public Member Functions | |
DcmAgeString (const DcmTag &tag, const Uint32 len=0) | |
constructor. | |
DcmAgeString (const DcmAgeString &old) | |
copy constructor | |
virtual | ~DcmAgeString (void) |
destructor | |
DcmAgeString & | operator= (const DcmAgeString &obj) |
assignment operator | |
virtual DcmObject * | clone () const |
clone method | |
virtual DcmEVR | ident (void) const |
get element type identifier |
Definition at line 45 of file dcvras.h.
|
constructor. Create new element from given tag and length.
Referenced by clone(). |
|
copy constructor
|
|
clone method
Reimplemented from DcmByteString. Definition at line 77 of file dcvras.h. References DcmAgeString(). |
|
get element type identifier
Reimplemented from DcmByteString. |
|
assignment operator
|