Class representing the Segmented Property Type Code and Segmented Property Type Code Modifier Code Sequence.
More...
|
| SegmentedPropertyTypeCodeItem () |
| Constructor.
|
|
virtual | ~SegmentedPropertyTypeCodeItem () |
| Virtual destructor, frees memory.
|
|
virtual void | clearData () |
| Clear all data.
|
|
virtual OFCondition | check (const OFBool quiet=OFFalse) |
| Check whether class has valid data. More...
|
|
virtual OFCondition | read (DcmItem &item, const OFBool clearOldData=OFTrue) |
| Read data from given item. More...
|
|
virtual OFCondition | write (DcmItem &item) |
| Write data to given item. More...
|
|
Class representing the Segmented Property Type Code and Segmented Property Type Code Modifier Code Sequence.
◆ check()
virtual OFCondition SegmentedPropertyTypeCodeItem::check |
( |
const OFBool |
quiet = OFFalse | ) |
|
|
virtual |
Check whether class has valid data.
- Parameters
-
quiet | If OFTrue, check will not produce any warnings or errors on the logger. Default is OFFalse. |
- Returns
- EC_Normal if data is valid, error otherwise
◆ checkModifiers()
OFCondition SegmentedPropertyTypeCodeItem::checkModifiers |
( |
const OFBool |
quiet = OFFalse | ) |
|
|
protected |
Check whether the modifier codes are ok.
- Parameters
-
quiet | If OFTrue, no warnings or errors will be printed to the loggers. Default is OFFalse. |
- Returns
- EC_Normal if data is ok, error otherwise
◆ read()
virtual OFCondition SegmentedPropertyTypeCodeItem::read |
( |
DcmItem & |
item, |
|
|
const OFBool |
clearOldData = OFTrue |
|
) |
| |
|
virtual |
Read data from given item.
- Parameters
-
item | The item to read from |
clearOldData | If OFTrue, old data is cleared before reading |
- Returns
- EC_Normal if reading was successful, error otherwise
◆ write()
Write data to given item.
- Parameters
-
- Returns
- EC_Normal if writing was successful, error otherwise
The documentation for this class was generated from the following file: