DCMTK
Version 3.6.2
OFFIS DICOM Toolkit
|
Class representing an Alternate Content Description item. More...
Public Member Functions | |
AlternateContentDescriptionItem () | |
Constructor. | |
virtual | ~AlternateContentDescriptionItem () |
Virtual destructor. | |
virtual void | clearData () |
Clear (removes) all attributes handled by the modules of this component. | |
virtual OFCondition | getContentDescription (OFString &value, const signed long pos=0) |
Get Content Description. More... | |
virtual CodeSequenceMacro & | getLanguageCode () |
Get Language Code. More... | |
virtual OFCondition | setContentDescription (const OFString &value, const OFBool checkValue=OFTrue) |
Set Content Description. More... | |
virtual OFCondition | read (DcmItem &source, const OFBool clearOldData=OFTrue) |
Read Alternate Content Description Sequence item from given item. More... | |
virtual OFCondition | write (DcmItem &item) |
Write alternate content description item to given item. More... | |
Private Attributes | |
DcmLongString | m_ContentDescription |
Content Description: (LO, VM 1, Type 1) | |
CodeSequenceMacro | m_LanguageCode |
Item of Language Code Sequence: (SQ, VM 1, Type 1) | |
Class representing an Alternate Content Description item.
|
virtual |
Get Content Description.
value | Reference variable to store the value to |
pos | Index of the value to get (0..vm-1), -1 for all components |
|
virtual |
Get Language Code.
|
virtual |
Read Alternate Content Description Sequence item from given item.
source | The item to read from |
clearOldData | If OFTrue, old data is cleared before reading, otherwise it is kept/overwritten |
|
virtual |
Set Content Description.
value | The value to set |
checkValue | If OFTrue, consistency check is performed |
|
virtual |
Write alternate content description item to given item.
item | The item to write to |