a class representing the DICOM value representation 'Age String' (AS) More...
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 |
a class representing the DICOM value representation 'Age String' (AS)
Definition at line 45 of file dcvras.h.
DcmAgeString::DcmAgeString | ( | const DcmTag & | tag, | |
const Uint32 | len = 0 | |||
) |
constructor.
Create new element from given tag and length.
tag | DICOM tag for the new element | |
len | value length for the new element |
Referenced by clone().
DcmAgeString::DcmAgeString | ( | const DcmAgeString & | old | ) |
copy constructor
old | element to be copied |
virtual DcmObject* DcmAgeString::clone | ( | ) | const [inline, virtual] |
clone method
Reimplemented from DcmByteString.
Definition at line 77 of file dcvras.h.
References DcmAgeString().
virtual DcmEVR DcmAgeString::ident | ( | void | ) | const [virtual] |
get element type identifier
Reimplemented from DcmByteString.
DcmAgeString& DcmAgeString::operator= | ( | const DcmAgeString & | obj | ) |
assignment operator
obj | element to be assigned/copied |
Reimplemented from DcmByteString.