#include <mlDcmDRTTreatmentMachineSequenceInterface.h>
Public Member Functions | |
| DcmDRTTreatmentMachineSequenceInterface (DRTTreatmentMachineSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTTreatmentMachineSequenceInterface () |
| Default virtual Destructor. | |
| bool | getDeviceSerialNumber (unsigned long idx, std::string ¶meter) |
| bool | getDeviceSerialNumber (DRTTreatmentMachineSequence::Item &item, std::string ¶meter) |
| std::string | getDeviceSerialNumberTag () const |
| bool | setDeviceSerialNumber (unsigned long idx, std::string ¶meter) |
| bool | getInstitutionAddress (unsigned long idx, std::string ¶meter) |
| bool | getInstitutionAddress (DRTTreatmentMachineSequence::Item &item, std::string ¶meter) |
| std::string | getInstitutionAddressTag () const |
| bool | setInstitutionAddress (unsigned long idx, std::string ¶meter) |
| bool | getInstitutionName (unsigned long idx, std::string ¶meter) |
| bool | getInstitutionName (DRTTreatmentMachineSequence::Item &item, std::string ¶meter) |
| std::string | getInstitutionNameTag () const |
| bool | setInstitutionName (unsigned long idx, std::string ¶meter) |
| bool | getInstitutionalDepartmentName (unsigned long idx, std::string ¶meter) |
| bool | getInstitutionalDepartmentName (DRTTreatmentMachineSequence::Item &item, std::string ¶meter) |
| std::string | getInstitutionalDepartmentNameTag () const |
| bool | setInstitutionalDepartmentName (unsigned long idx, std::string ¶meter) |
| bool | getManufacturer (unsigned long idx, std::string ¶meter) |
| bool | getManufacturer (DRTTreatmentMachineSequence::Item &item, std::string ¶meter) |
| std::string | getManufacturerTag () const |
| bool | setManufacturer (unsigned long idx, std::string ¶meter) |
| bool | getManufacturerModelName (unsigned long idx, std::string ¶meter) |
| bool | getManufacturerModelName (DRTTreatmentMachineSequence::Item &item, std::string ¶meter) |
| std::string | getManufacturerModelNameTag () const |
| bool | setManufacturerModelName (unsigned long idx, std::string ¶meter) |
| bool | getTreatmentMachineName (unsigned long idx, std::string ¶meter) |
| bool | getTreatmentMachineName (DRTTreatmentMachineSequence::Item &item, std::string ¶meter) |
| std::string | getTreatmentMachineNameTag () const |
| bool | setTreatmentMachineName (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTTreatmentMachineSequence *dcmSequence) |
| Set the DRTTreatmentMachineSequence this interface class provides access to. | |
| DRTTreatmentMachineSequence * | getSequence () const |
| Return the DRTTreatmentMachineSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTTreatmentMachineSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTTreatmentMachineSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTTreatmentMachineSequence::Item * | addItem () |
| Return number of items the internal sequence consists of. | |
| bool | insertItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| bool | removeItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
Protected Attributes | |
| DRTTreatmentMachineSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| ml::DcmDRTTreatmentMachineSequenceInterface::DcmDRTTreatmentMachineSequenceInterface | ( | DRTTreatmentMachineSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTTreatmentMachineSequenceInterface::~DcmDRTTreatmentMachineSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 49 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| DRTTreatmentMachineSequence::Item* ml::DcmDRTTreatmentMachineSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 131 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getDeviceSerialNumber | ( | DRTTreatmentMachineSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getDeviceSerialNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTTreatmentMachineSequenceInterface::getDeviceSerialNumberTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionAddress | ( | DRTTreatmentMachineSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionAddress | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionAddressTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionalDepartmentName | ( | DRTTreatmentMachineSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionalDepartmentName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionalDepartmentNameTag | ( | ) | const [inline] |
Definition at line 71 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionName | ( | DRTTreatmentMachineSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTTreatmentMachineSequenceInterface::getInstitutionNameTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| DRTTreatmentMachineSequence::Item* ml::DcmDRTTreatmentMachineSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 122 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getManufacturer | ( | DRTTreatmentMachineSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getManufacturer | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getManufacturerModelName | ( | DRTTreatmentMachineSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getManufacturerModelName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTTreatmentMachineSequenceInterface::getManufacturerModelNameTag | ( | ) | const [inline] |
Definition at line 83 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| std::string ml::DcmDRTTreatmentMachineSequenceInterface::getManufacturerTag | ( | ) | const [inline] |
Definition at line 77 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| MLint ml::DcmDRTTreatmentMachineSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 113 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| DRTTreatmentMachineSequence* ml::DcmDRTTreatmentMachineSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTTreatmentMachineSequence this interface class provides access to.
| dcmSequence | Pointer to DRTTreatmentMachineSequence |
Definition at line 101 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getTreatmentMachineName | ( | DRTTreatmentMachineSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTTreatmentMachineSequenceInterface::getTreatmentMachineName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTTreatmentMachineSequenceInterface::getTreatmentMachineNameTag | ( | ) | const [inline] |
Definition at line 89 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| bool ml::DcmDRTTreatmentMachineSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTTreatmentMachineSequence is set.
Definition at line 107 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| bool ml::DcmDRTTreatmentMachineSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 142 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| bool ml::DcmDRTTreatmentMachineSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 153 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| bool ml::DcmDRTTreatmentMachineSequenceInterface::setDeviceSerialNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTTreatmentMachineSequenceInterface::setInstitutionAddress | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTTreatmentMachineSequenceInterface::setInstitutionalDepartmentName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTTreatmentMachineSequenceInterface::setInstitutionName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTTreatmentMachineSequenceInterface::setManufacturer | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTTreatmentMachineSequenceInterface::setManufacturerModelName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTTreatmentMachineSequenceInterface::setSequence | ( | DRTTreatmentMachineSequence * | dcmSequence | ) | [inline] |
Set the DRTTreatmentMachineSequence this interface class provides access to.
| dcmSequence | Pointer to DRTTreatmentMachineSequence |
Definition at line 95 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
| bool ml::DcmDRTTreatmentMachineSequenceInterface::setTreatmentMachineName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
DRTTreatmentMachineSequence* ml::DcmDRTTreatmentMachineSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 163 of file mlDcmDRTTreatmentMachineSequenceInterface.h.
1.5.8