#include <mlDcmDRTChannelShieldSequenceBaseOpInterface.h>
Public Member Functions | |
| DcmDRTChannelShieldSequenceBaseOpInterface () | |
| Default Constructor. | |
| void | addFields (FieldContainer &fieldContainer, std::string prefix) |
| Add MLABFields of this DcmSequence to given FieldContainer. | |
| void | handleDcmSequenceChange (DRTChannelShieldSequence *dcmSequence) |
| Handle change of DcmSequence object. | |
| void | setCurrentItemFields (unsigned long idx) |
Set the fields by reading sequence item at index idx. | |
| virtual void | handleNotification (Field *field) |
Handle change of field field. | |
Definition at line 43 of file mlDcmDRTChannelShieldSequenceBaseOpInterface.h.
| ml::DcmDRTChannelShieldSequenceBaseOpInterface::DcmDRTChannelShieldSequenceBaseOpInterface | ( | ) | [inline] |
| void ml::DcmDRTChannelShieldSequenceBaseOpInterface::addFields | ( | FieldContainer & | fieldContainer, | |
| std::string | prefix | |||
| ) |
Add MLABFields of this DcmSequence to given FieldContainer.
| void ml::DcmDRTChannelShieldSequenceBaseOpInterface::handleDcmSequenceChange | ( | DRTChannelShieldSequence * | dcmSequence | ) |
Handle change of DcmSequence object.
Extracts values if dcmSequence != NULL Sets to defaults otherwise.
| virtual void ml::DcmDRTChannelShieldSequenceBaseOpInterface::handleNotification | ( | Field * | field | ) | [virtual] |
Handle change of field field.
| void ml::DcmDRTChannelShieldSequenceBaseOpInterface::setCurrentItemFields | ( | unsigned long | idx | ) |
Set the fields by reading sequence item at index idx.
The index of the item to read the values from.
1.5.8