#include <mlDcmDRTContentItemModifierSequenceInterface.h>
Public Member Functions | |
| DcmDRTContentItemModifierSequenceInterface (DRTContentItemModifierSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTContentItemModifierSequenceInterface () |
| Default virtual Destructor. | |
| bool | getDate (unsigned long idx, std::string ¶meter) |
| bool | getDate (DRTContentItemModifierSequence::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 (DRTContentItemModifierSequence::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 (DRTContentItemModifierSequence::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 (DRTContentItemModifierSequence::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 (DRTContentItemModifierSequence::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 (DRTContentItemModifierSequence::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 (DRTContentItemModifierSequence::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 (DRTContentItemModifierSequence::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 |
| DRTMeasurementUnitsCodeSequence & | getMeasurementUnitsCodeSequence (unsigned long idx) |
| std::string | getMeasurementUnitsCodeSequenceTag () const |
| void | setSequence (DRTContentItemModifierSequence *dcmSequence) |
| Set the DRTContentItemModifierSequence this interface class provides access to. | |
| DRTContentItemModifierSequence * | getSequence () const |
| Return the DRTContentItemModifierSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTContentItemModifierSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTContentItemModifierSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTContentItemModifierSequence::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 | |
| DRTContentItemModifierSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 45 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| ml::DcmDRTContentItemModifierSequenceInterface::DcmDRTContentItemModifierSequenceInterface | ( | DRTContentItemModifierSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTContentItemModifierSequenceInterface::~DcmDRTContentItemModifierSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 52 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| DRTContentItemModifierSequence::Item* ml::DcmDRTContentItemModifierSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 152 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| DRTConceptCodeSequence& ml::DcmDRTContentItemModifierSequenceInterface::getConceptCodeSequence | ( | unsigned long | idx | ) |
| std::string ml::DcmDRTContentItemModifierSequenceInterface::getConceptCodeSequenceTag | ( | ) | const [inline] |
Definition at line 103 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| DRTConceptNameCodeSequence& ml::DcmDRTContentItemModifierSequenceInterface::getConceptNameCodeSequence | ( | unsigned long | idx | ) |
| std::string ml::DcmDRTContentItemModifierSequenceInterface::getConceptNameCodeSequenceTag | ( | ) | const [inline] |
Definition at line 107 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| bool ml::DcmDRTContentItemModifierSequenceInterface::getDate | ( | DRTContentItemModifierSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::getDate | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContentItemModifierSequenceInterface::getDateTag | ( | ) | const [inline] |
Definition at line 56 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| bool ml::DcmDRTContentItemModifierSequenceInterface::getDateTime | ( | DRTContentItemModifierSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::getDateTime | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContentItemModifierSequenceInterface::getDateTimeTag | ( | ) | const [inline] |
Definition at line 62 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| DRTContentItemModifierSequence::Item* ml::DcmDRTContentItemModifierSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 143 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| DRTMeasurementUnitsCodeSequence& ml::DcmDRTContentItemModifierSequenceInterface::getMeasurementUnitsCodeSequence | ( | unsigned long | idx | ) |
| std::string ml::DcmDRTContentItemModifierSequenceInterface::getMeasurementUnitsCodeSequenceTag | ( | ) | const [inline] |
Definition at line 111 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| MLint ml::DcmDRTContentItemModifierSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 134 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| bool ml::DcmDRTContentItemModifierSequenceInterface::getNumericValue | ( | DRTContentItemModifierSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::getNumericValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContentItemModifierSequenceInterface::getNumericValueTag | ( | ) | const [inline] |
Definition at line 68 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| bool ml::DcmDRTContentItemModifierSequenceInterface::getPersonName | ( | DRTContentItemModifierSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::getPersonName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContentItemModifierSequenceInterface::getPersonNameTag | ( | ) | const [inline] |
Definition at line 74 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| DRTContentItemModifierSequence* ml::DcmDRTContentItemModifierSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTContentItemModifierSequence this interface class provides access to.
| dcmSequence | Pointer to DRTContentItemModifierSequence |
Definition at line 122 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| bool ml::DcmDRTContentItemModifierSequenceInterface::getTextValue | ( | DRTContentItemModifierSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::getTextValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContentItemModifierSequenceInterface::getTextValueTag | ( | ) | const [inline] |
Definition at line 80 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| bool ml::DcmDRTContentItemModifierSequenceInterface::getTime | ( | DRTContentItemModifierSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::getTime | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContentItemModifierSequenceInterface::getTimeTag | ( | ) | const [inline] |
Definition at line 86 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| bool ml::DcmDRTContentItemModifierSequenceInterface::getUID | ( | DRTContentItemModifierSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::getUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContentItemModifierSequenceInterface::getUIDTag | ( | ) | const [inline] |
Definition at line 92 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| bool ml::DcmDRTContentItemModifierSequenceInterface::getValueType | ( | DRTContentItemModifierSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::getValueType | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContentItemModifierSequenceInterface::getValueTypeTag | ( | ) | const [inline] |
Definition at line 98 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| bool ml::DcmDRTContentItemModifierSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTContentItemModifierSequence is set.
Definition at line 128 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| bool ml::DcmDRTContentItemModifierSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 163 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| bool ml::DcmDRTContentItemModifierSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 174 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| bool ml::DcmDRTContentItemModifierSequenceInterface::setDate | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::setDateTime | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::setNumericValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::setPersonName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTContentItemModifierSequenceInterface::setSequence | ( | DRTContentItemModifierSequence * | dcmSequence | ) | [inline] |
Set the DRTContentItemModifierSequence this interface class provides access to.
| dcmSequence | Pointer to DRTContentItemModifierSequence |
Definition at line 116 of file mlDcmDRTContentItemModifierSequenceInterface.h.
| bool ml::DcmDRTContentItemModifierSequenceInterface::setTextValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::setTime | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::setUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContentItemModifierSequenceInterface::setValueType | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
DRTContentItemModifierSequence* ml::DcmDRTContentItemModifierSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 184 of file mlDcmDRTContentItemModifierSequenceInterface.h.
1.5.8