Inheritance diagram for DcmDecimalString:

Public Member Functions | |
| DcmDecimalString (const DcmTag &tag, const Uint32 len=0) | |
| constructor. | |
| DcmDecimalString (const DcmDecimalString &old) | |
| copy constructor | |
| virtual | ~DcmDecimalString () |
| destructor | |
| DcmDecimalString & | operator= (const DcmDecimalString &obj) |
| assignment operator | |
| virtual DcmObject * | clone () const |
| clone method | |
| virtual DcmEVR | ident () const |
| get element type identifier | |
| virtual OFCondition | getFloat64 (Float64 &doubleVal, const unsigned long pos=0) |
| get particular float value | |
| virtual OFCondition | getOFString (OFString &stringVal, const unsigned long pos, OFBool normalize=OFTrue) |
| get a particular value as a character string | |
Definition at line 46 of file dcvrds.h.
|
||||||||||||
|
constructor. Create new element from given tag and length.
Referenced by clone(). |
|
|
copy constructor
|
|
|
clone method
Reimplemented from DcmByteString. Definition at line 78 of file dcvrds.h. References DcmDecimalString(). |
|
||||||||||||
|
get particular float value
Reimplemented from DcmElement. |
|
||||||||||||||||
|
get a particular value as a character string
Reimplemented from DcmByteString. |
|
|
get element type identifier
Reimplemented from DcmByteString. |
|
|
assignment operator
|