Inheritance diagram for DcmIntegerString:
Public Member Functions | |
DcmIntegerString (const DcmTag &tag, const Uint32 len=0) | |
constructor. | |
DcmIntegerString (const DcmIntegerString &old) | |
copy constructor | |
virtual | ~DcmIntegerString () |
destructor | |
DcmIntegerString & | operator= (const DcmIntegerString &obj) |
assignment operator | |
virtual DcmObject * | clone () const |
clone method | |
virtual DcmEVR | ident () const |
get element type identifier | |
virtual OFCondition | getSint32 (Sint32 &sintVal, const unsigned long pos=0) |
get particular integer value | |
virtual OFCondition | getOFString (OFString &stringVal, const unsigned long pos, OFBool normalize=OFTrue) |
get a particular value as a character string |
Definition at line 45 of file dcvris.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 dcvris.h. References DcmIntegerString(). |
|
get a particular value as a character string
Reimplemented from DcmByteString. |
|
get particular integer value
Reimplemented from DcmElement. |
|
get element type identifier
Reimplemented from DcmByteString. |
|
assignment operator
|