#include <mlDcmDRTProtocolContextSequenceInterface.h>
Public Member Functions | |
| DcmDRTProtocolContextSequenceInterface (DRTProtocolContextSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTProtocolContextSequenceInterface () |
| Default virtual Destructor. | |
| bool | getDate (unsigned long idx, std::string ¶meter) |
| bool | getDate (DRTProtocolContextSequence::Item &item, std::string ¶meter) |
| std::string | getDateTag () const |
| bool | setDate (unsigned long idx, std::string ¶meter) |
| bool | getDateTime (unsigned long idx, std::string ¶meter) |
| bool | getDateTime (DRTProtocolContextSequence::Item &item, std::string ¶meter) |
| std::string | getDateTimeTag () const |
| bool | setDateTime (unsigned long idx, std::string ¶meter) |
| bool | getNumericValue (unsigned long idx, std::string ¶meter) |
| bool | getNumericValue (DRTProtocolContextSequence::Item &item, std::string ¶meter) |
| std::string | getNumericValueTag () const |
| bool | setNumericValue (unsigned long idx, std::string ¶meter) |
| bool | getPersonName (unsigned long idx, std::string ¶meter) |
| bool | getPersonName (DRTProtocolContextSequence::Item &item, std::string ¶meter) |
| std::string | getPersonNameTag () const |
| bool | setPersonName (unsigned long idx, std::string ¶meter) |
| bool | getTextValue (unsigned long idx, std::string ¶meter) |
| bool | getTextValue (DRTProtocolContextSequence::Item &item, std::string ¶meter) |
| std::string | getTextValueTag () const |
| bool | setTextValue (unsigned long idx, std::string ¶meter) |
| bool | getTime (unsigned long idx, std::string ¶meter) |
| bool | getTime (DRTProtocolContextSequence::Item &item, std::string ¶meter) |
| std::string | getTimeTag () const |
| bool | setTime (unsigned long idx, std::string ¶meter) |
| bool | getUID (unsigned long idx, std::string ¶meter) |
| bool | getUID (DRTProtocolContextSequence::Item &item, std::string ¶meter) |
| std::string | getUIDTag () const |
| bool | setUID (unsigned long idx, std::string ¶meter) |
| bool | getValueType (unsigned long idx, std::string ¶meter) |
| bool | getValueType (DRTProtocolContextSequence::Item &item, std::string ¶meter) |
| std::string | getValueTypeTag () const |
| bool | setValueType (unsigned long idx, std::string ¶meter) |
| DRTConceptCodeSequence & | getConceptCodeSequence (unsigned long idx) |
| std::string | getConceptCodeSequenceTag () const |
| DRTConceptNameCodeSequence & | getConceptNameCodeSequence (unsigned long idx) |
| std::string | getConceptNameCodeSequenceTag () const |
| DRTContentItemModifierSequence & | getContentItemModifierSequence (unsigned long idx) |
| std::string | getContentItemModifierSequenceTag () const |
| DRTMeasurementUnitsCodeSequence & | getMeasurementUnitsCodeSequence (unsigned long idx) |
| std::string | getMeasurementUnitsCodeSequenceTag () const |
| void | setSequence (DRTProtocolContextSequence *dcmSequence) |
| Set the DRTProtocolContextSequence this interface class provides access to. | |
| DRTProtocolContextSequence * | getSequence () const |
| Return the DRTProtocolContextSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTProtocolContextSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTProtocolContextSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTProtocolContextSequence::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 | |
| DRTProtocolContextSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 46 of file mlDcmDRTProtocolContextSequenceInterface.h.
| ml::DcmDRTProtocolContextSequenceInterface::DcmDRTProtocolContextSequenceInterface | ( | DRTProtocolContextSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTProtocolContextSequenceInterface::~DcmDRTProtocolContextSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 53 of file mlDcmDRTProtocolContextSequenceInterface.h.
| DRTProtocolContextSequence::Item* ml::DcmDRTProtocolContextSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 157 of file mlDcmDRTProtocolContextSequenceInterface.h.
| DRTConceptCodeSequence& ml::DcmDRTProtocolContextSequenceInterface::getConceptCodeSequence | ( | unsigned long | idx | ) |
| std::string ml::DcmDRTProtocolContextSequenceInterface::getConceptCodeSequenceTag | ( | ) | const [inline] |
Definition at line 104 of file mlDcmDRTProtocolContextSequenceInterface.h.
| DRTConceptNameCodeSequence& ml::DcmDRTProtocolContextSequenceInterface::getConceptNameCodeSequence | ( | unsigned long | idx | ) |
| std::string ml::DcmDRTProtocolContextSequenceInterface::getConceptNameCodeSequenceTag | ( | ) | const [inline] |
Definition at line 108 of file mlDcmDRTProtocolContextSequenceInterface.h.
| DRTContentItemModifierSequence& ml::DcmDRTProtocolContextSequenceInterface::getContentItemModifierSequence | ( | unsigned long | idx | ) |
| std::string ml::DcmDRTProtocolContextSequenceInterface::getContentItemModifierSequenceTag | ( | ) | const [inline] |
Definition at line 112 of file mlDcmDRTProtocolContextSequenceInterface.h.
| bool ml::DcmDRTProtocolContextSequenceInterface::getDate | ( | DRTProtocolContextSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::getDate | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTProtocolContextSequenceInterface::getDateTag | ( | ) | const [inline] |
Definition at line 57 of file mlDcmDRTProtocolContextSequenceInterface.h.
| bool ml::DcmDRTProtocolContextSequenceInterface::getDateTime | ( | DRTProtocolContextSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::getDateTime | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTProtocolContextSequenceInterface::getDateTimeTag | ( | ) | const [inline] |
Definition at line 63 of file mlDcmDRTProtocolContextSequenceInterface.h.
| DRTProtocolContextSequence::Item* ml::DcmDRTProtocolContextSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 148 of file mlDcmDRTProtocolContextSequenceInterface.h.
| DRTMeasurementUnitsCodeSequence& ml::DcmDRTProtocolContextSequenceInterface::getMeasurementUnitsCodeSequence | ( | unsigned long | idx | ) |
| std::string ml::DcmDRTProtocolContextSequenceInterface::getMeasurementUnitsCodeSequenceTag | ( | ) | const [inline] |
Definition at line 116 of file mlDcmDRTProtocolContextSequenceInterface.h.
| MLint ml::DcmDRTProtocolContextSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 139 of file mlDcmDRTProtocolContextSequenceInterface.h.
| bool ml::DcmDRTProtocolContextSequenceInterface::getNumericValue | ( | DRTProtocolContextSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::getNumericValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTProtocolContextSequenceInterface::getNumericValueTag | ( | ) | const [inline] |
Definition at line 69 of file mlDcmDRTProtocolContextSequenceInterface.h.
| bool ml::DcmDRTProtocolContextSequenceInterface::getPersonName | ( | DRTProtocolContextSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::getPersonName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTProtocolContextSequenceInterface::getPersonNameTag | ( | ) | const [inline] |
Definition at line 75 of file mlDcmDRTProtocolContextSequenceInterface.h.
| DRTProtocolContextSequence* ml::DcmDRTProtocolContextSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTProtocolContextSequence this interface class provides access to.
| dcmSequence | Pointer to DRTProtocolContextSequence |
Definition at line 127 of file mlDcmDRTProtocolContextSequenceInterface.h.
| bool ml::DcmDRTProtocolContextSequenceInterface::getTextValue | ( | DRTProtocolContextSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::getTextValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTProtocolContextSequenceInterface::getTextValueTag | ( | ) | const [inline] |
Definition at line 81 of file mlDcmDRTProtocolContextSequenceInterface.h.
| bool ml::DcmDRTProtocolContextSequenceInterface::getTime | ( | DRTProtocolContextSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::getTime | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTProtocolContextSequenceInterface::getTimeTag | ( | ) | const [inline] |
Definition at line 87 of file mlDcmDRTProtocolContextSequenceInterface.h.
| bool ml::DcmDRTProtocolContextSequenceInterface::getUID | ( | DRTProtocolContextSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::getUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTProtocolContextSequenceInterface::getUIDTag | ( | ) | const [inline] |
Definition at line 93 of file mlDcmDRTProtocolContextSequenceInterface.h.
| bool ml::DcmDRTProtocolContextSequenceInterface::getValueType | ( | DRTProtocolContextSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::getValueType | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTProtocolContextSequenceInterface::getValueTypeTag | ( | ) | const [inline] |
Definition at line 99 of file mlDcmDRTProtocolContextSequenceInterface.h.
| bool ml::DcmDRTProtocolContextSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTProtocolContextSequence is set.
Definition at line 133 of file mlDcmDRTProtocolContextSequenceInterface.h.
| bool ml::DcmDRTProtocolContextSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 168 of file mlDcmDRTProtocolContextSequenceInterface.h.
| bool ml::DcmDRTProtocolContextSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 179 of file mlDcmDRTProtocolContextSequenceInterface.h.
| bool ml::DcmDRTProtocolContextSequenceInterface::setDate | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::setDateTime | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::setNumericValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::setPersonName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTProtocolContextSequenceInterface::setSequence | ( | DRTProtocolContextSequence * | dcmSequence | ) | [inline] |
Set the DRTProtocolContextSequence this interface class provides access to.
| dcmSequence | Pointer to DRTProtocolContextSequence |
Definition at line 121 of file mlDcmDRTProtocolContextSequenceInterface.h.
| bool ml::DcmDRTProtocolContextSequenceInterface::setTextValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::setTime | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::setUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTProtocolContextSequenceInterface::setValueType | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
DRTProtocolContextSequence* ml::DcmDRTProtocolContextSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 189 of file mlDcmDRTProtocolContextSequenceInterface.h.
1.5.8