#include <mlDcmDRTReferringPhysicianIdentificationSequenceBaseOpInterface.h>
Public Member Functions | |
| DcmDRTReferringPhysicianIdentificationSequenceBaseOpInterface () | |
| Default Constructor. | |
| void | addFields (FieldContainer &fieldContainer, std::string prefix) |
| Add MLABFields of this DcmSequence to given FieldContainer. | |
| void | handleDcmSequenceChange (DRTReferringPhysicianIdentificationSequence *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 45 of file mlDcmDRTReferringPhysicianIdentificationSequenceBaseOpInterface.h.
| ml::DcmDRTReferringPhysicianIdentificationSequenceBaseOpInterface::DcmDRTReferringPhysicianIdentificationSequenceBaseOpInterface | ( | ) | [inline] |
Default Constructor.
Definition at line 49 of file mlDcmDRTReferringPhysicianIdentificationSequenceBaseOpInterface.h.
| void ml::DcmDRTReferringPhysicianIdentificationSequenceBaseOpInterface::addFields | ( | FieldContainer & | fieldContainer, | |
| std::string | prefix | |||
| ) |
Add MLABFields of this DcmSequence to given FieldContainer.
| void ml::DcmDRTReferringPhysicianIdentificationSequenceBaseOpInterface::handleDcmSequenceChange | ( | DRTReferringPhysicianIdentificationSequence * | dcmSequence | ) |
Handle change of DcmSequence object.
Extracts values if dcmSequence != NULL Sets to defaults otherwise.
| virtual void ml::DcmDRTReferringPhysicianIdentificationSequenceBaseOpInterface::handleNotification | ( | Field * | field | ) | [virtual] |
Handle change of field field.
| void ml::DcmDRTReferringPhysicianIdentificationSequenceBaseOpInterface::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