|
| DcmDRTSourceSequenceInterface () |
|
| DcmDRTSourceSequenceInterface (std::vector< DcmDRTSourceSequenceInterface::Item > dcmSequence) |
| Default Constructor.
|
|
| DcmDRTSourceSequenceInterface (DCMTree::TreePtrVector treePtrSeq) |
|
virtual | ~DcmDRTSourceSequenceInterface () |
| Default virtual Destructor.
|
|
bool | getActiveSourceDiameter (unsigned long idx, std::string ¶meter) const |
|
bool | getActiveSourceDiameter (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getActiveSourceDiameterTag () const |
|
bool | setActiveSourceDiameter (unsigned long idx, std::string parameter) |
|
bool | getActiveSourceLength (unsigned long idx, std::string ¶meter) const |
|
bool | getActiveSourceLength (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getActiveSourceLengthTag () const |
|
bool | setActiveSourceLength (unsigned long idx, std::string parameter) |
|
bool | getMaterialID (unsigned long idx, std::string ¶meter) const |
|
bool | getMaterialID (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getMaterialIDTag () const |
|
bool | setMaterialID (unsigned long idx, std::string parameter) |
|
bool | getReferenceAirKermaRate (unsigned long idx, std::string ¶meter) const |
|
bool | getReferenceAirKermaRate (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getReferenceAirKermaRateTag () const |
|
bool | setReferenceAirKermaRate (unsigned long idx, std::string parameter) |
|
bool | getSourceEncapsulationNominalThickness (unsigned long idx, std::string ¶meter) const |
|
bool | getSourceEncapsulationNominalThickness (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSourceEncapsulationNominalThicknessTag () const |
|
bool | setSourceEncapsulationNominalThickness (unsigned long idx, std::string parameter) |
|
bool | getSourceEncapsulationNominalTransmission (unsigned long idx, std::string ¶meter) const |
|
bool | getSourceEncapsulationNominalTransmission (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSourceEncapsulationNominalTransmissionTag () const |
|
bool | setSourceEncapsulationNominalTransmission (unsigned long idx, std::string parameter) |
|
bool | getSourceIsotopeHalfLife (unsigned long idx, std::string ¶meter) const |
|
bool | getSourceIsotopeHalfLife (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSourceIsotopeHalfLifeTag () const |
|
bool | setSourceIsotopeHalfLife (unsigned long idx, std::string parameter) |
|
bool | getSourceIsotopeName (unsigned long idx, std::string ¶meter) const |
|
bool | getSourceIsotopeName (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSourceIsotopeNameTag () const |
|
bool | setSourceIsotopeName (unsigned long idx, std::string parameter) |
|
bool | getSourceManufacturer (unsigned long idx, std::string ¶meter) const |
|
bool | getSourceManufacturer (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSourceManufacturerTag () const |
|
bool | setSourceManufacturer (unsigned long idx, std::string parameter) |
|
bool | getSourceNumber (unsigned long idx, std::string ¶meter) const |
|
bool | getSourceNumber (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSourceNumberTag () const |
|
bool | setSourceNumber (unsigned long idx, std::string parameter) |
|
bool | getSourceStrength (unsigned long idx, std::string ¶meter) const |
|
bool | getSourceStrength (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSourceStrengthTag () const |
|
bool | setSourceStrength (unsigned long idx, std::string parameter) |
|
bool | getSourceStrengthReferenceDate (unsigned long idx, std::string ¶meter) const |
|
bool | getSourceStrengthReferenceDate (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSourceStrengthReferenceDateTag () const |
|
bool | setSourceStrengthReferenceDate (unsigned long idx, std::string parameter) |
|
bool | getSourceStrengthReferenceTime (unsigned long idx, std::string ¶meter) const |
|
bool | getSourceStrengthReferenceTime (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSourceStrengthReferenceTimeTag () const |
|
bool | setSourceStrengthReferenceTime (unsigned long idx, std::string parameter) |
|
bool | getSourceStrengthUnits (unsigned long idx, std::string ¶meter) const |
|
bool | getSourceStrengthUnits (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSourceStrengthUnitsTag () const |
|
bool | setSourceStrengthUnits (unsigned long idx, std::string parameter) |
|
bool | getSourceType (unsigned long idx, std::string ¶meter) const |
|
bool | getSourceType (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSourceTypeTag () const |
|
bool | setSourceType (unsigned long idx, std::string parameter) |
|
void | setSequence (std::vector< DcmDRTSourceSequenceInterface::Item > dcmSequence) |
| Set the DRTSourceSequence this interface class provides access to.
|
|
std::vector< DcmDRTSourceSequenceInterface::Item > | getSequence () const |
| Return the DRTSourceSequence this interface class provides access to.
|
|
bool | hasSequence () const |
| Check if the DRTSourceSequence is set.
|
|
MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of.
|
|
DcmDRTSourceSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position.
|
|
DcmDRTSourceSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence.
|
|
void | addItem (DcmDRTSourceSequenceInterface::Item newItem) |
|
bool | insertItem (const size_t idx) |
| Insert an item at the indicated position.
|
|
bool | removeItem (const size_t idx) |
| Removes the indicated item from the sequence.
|
|
Class to provide access to DRTSourceSequence.
Definition at line 43 of file mlDcmDRTSourceSequenceInterface.h.