|
DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
Inheritance diagram for DRTModifiedAttributesSequence::Item:Public Member Functions | |
| Item (const OFBool emptyDefaultItem=OFFalse) | |
| (default) constructor | |
| Item (const Item ©) | |
| copy constructor | |
| virtual | ~Item () |
| destructor | |
| Item & | operator= (const Item ©) |
| assigment operator | |
| void | clear () |
| clear all internal member variables | |
| OFBool | isEmpty () |
| check if item is empty | |
| OFBool | isValid () const |
| check if item is valid, i.e. not the empty default item | |
| OFCondition | read (DcmItem &item) |
| read elements from sequence item | |
| OFCondition | write (DcmItem &item) |
| write elements to sequence item | |
Private Attributes | |
| OFBool | EmptyDefaultItem |
| internal flag used to mark the empty default item | |
Item class.
| DRTModifiedAttributesSequence::Item::Item | ( | const OFBool | emptyDefaultItem = OFFalse | ) |
(default) constructor
| emptyDefaultItem | flag used to mark the empty default item |
| DRTModifiedAttributesSequence::Item::Item | ( | const Item & | copy | ) |
copy constructor
| copy | item object to be copied |
| OFBool DRTModifiedAttributesSequence::Item::isEmpty | ( | ) |
check if item is empty
| OFBool DRTModifiedAttributesSequence::Item::isValid | ( | ) | const |
check if item is valid, i.e. not the empty default item
assigment operator
| copy | item object to be copied |
read elements from sequence item
| item | reference to DICOM sequence item from which the elements should be read |
write elements to sequence item
| item | reference to DICOM sequence item to which the elements should be written |