Inheritance diagram for DcmUnlimitedText:

Public Member Functions | |
| DcmUnlimitedText (const DcmTag &tag, const Uint32 len=0) | |
| DcmUnlimitedText (const DcmUnlimitedText &old) | |
| DcmUnlimitedText & | operator= (const DcmUnlimitedText &obj) |
| virtual DcmObject * | clone () const |
| clone method | |
| virtual DcmEVR | ident () const |
| virtual unsigned long | getVM () |
| get the value multiplicity. | |
| virtual OFCondition | getOFString (OFString &stringVal, const unsigned long pos, OFBool normalize=OFTrue) |
| get a particular components of the string value | |
| virtual OFCondition | getOFStringArray (OFString &stringVal, OFBool normalize=OFTrue) |
| get the string value (all compenents) | |
Definition at line 47 of file dcvrut.h.
| virtual DcmObject* DcmUnlimitedText::clone | ( | ) | const [inline, virtual] |
| virtual unsigned long DcmUnlimitedText::getVM | ( | ) | [virtual] |
get the value multiplicity.
Since the backslash "\" is not regarded as a separator the value multiplicity is always 1.
Reimplemented from DcmByteString.
| virtual OFCondition DcmUnlimitedText::getOFString | ( | OFString & | stringVal, | |
| const unsigned long | pos, | |||
| OFBool | normalize = OFTrue | |||
| ) | [virtual] |
get a particular components of the string value
| stringVal | string variable in which the result value is stored | |
| pos | not used since value multiplicity is always 1 | |
| normalize | remove trailing spaces if OFTrue |
Reimplemented from DcmByteString.
| virtual OFCondition DcmUnlimitedText::getOFStringArray | ( | OFString & | stringVal, | |
| OFBool | normalize = OFTrue | |||
| ) | [virtual] |
get the string value (all compenents)
| stringVal | string variable in which the result value is stored | |
| normalize | remove trailing spaces if OFTrue |
Reimplemented from DcmElement.