Class representing an Alternate Content Description item.
More...
Class representing an Alternate Content Description item.
◆ getContentDescription()
virtual OFCondition ContentIdentificationMacro::AlternateContentDescriptionItem::getContentDescription |
( |
OFString & |
value, |
|
|
const signed long |
pos = 0 |
|
) |
| |
|
virtual |
Get Content Description.
- Parameters
-
value | Reference variable to store the value to |
pos | Index of the value to get (0..vm-1), -1 for all components |
- Returns
- EC_Normal if successful, error otherwise
◆ getLanguageCode()
virtual CodeSequenceMacro & ContentIdentificationMacro::AlternateContentDescriptionItem::getLanguageCode |
( |
| ) |
|
|
virtual |
Get Language Code.
- Returns
- Reference to the language code
◆ read()
virtual OFCondition ContentIdentificationMacro::AlternateContentDescriptionItem::read |
( |
DcmItem & |
source, |
|
|
const OFBool |
clearOldData = OFTrue |
|
) |
| |
|
virtual |
Read Alternate Content Description Sequence item from given item.
- Parameters
-
source | The item to read from |
clearOldData | If OFTrue, old data is cleared before reading, otherwise it is kept/overwritten |
- Returns
- EC_Normal, if reading was successful, error otherwise
◆ setContentDescription()
virtual OFCondition ContentIdentificationMacro::AlternateContentDescriptionItem::setContentDescription |
( |
const OFString & |
value, |
|
|
const OFBool |
checkValue = OFTrue |
|
) |
| |
|
virtual |
Set Content Description.
- Parameters
-
value | The value to set |
checkValue | If OFTrue, consistency check is performed |
- Returns
- EC_Normal if setting was successful, error otherwise
◆ write()
virtual OFCondition ContentIdentificationMacro::AlternateContentDescriptionItem::write |
( |
DcmItem & |
item | ) |
|
|
virtual |
Write alternate content description item to given item.
- Parameters
-
- Returns
- EC_Normal, if writing was successful, error otherwise
The documentation for this class was generated from the following file:
- dcmiod/include/dcmtk/dcmiod/iodmacro.h