|
| DcmDRTIconImageSequenceInterface () |
|
| DcmDRTIconImageSequenceInterface (std::vector< DcmDRTIconImageSequenceInterface::Item > dcmSequence) |
| Default Constructor.
|
|
| DcmDRTIconImageSequenceInterface (DCMTree::TreePtrVector treePtrSeq) |
|
virtual | ~DcmDRTIconImageSequenceInterface () |
| Default virtual Destructor.
|
|
bool | getBitsAllocated (unsigned long idx, MLuint16 ¶meter) const |
|
bool | getBitsAllocated (DCMTree::TreePtr item, MLuint16 ¶meter) const |
|
std::string | getBitsAllocatedTag () const |
|
bool | setBitsAllocated (unsigned long idx, MLuint16 parameter) |
|
bool | getBitsStored (unsigned long idx, MLuint16 ¶meter) const |
|
bool | getBitsStored (DCMTree::TreePtr item, MLuint16 ¶meter) const |
|
std::string | getBitsStoredTag () const |
|
bool | setBitsStored (unsigned long idx, MLuint16 parameter) |
|
bool | getBluePaletteColorLookupTableDescriptor (unsigned long idx, MLuint16 ¶meter) const |
|
bool | getBluePaletteColorLookupTableDescriptor (DCMTree::TreePtr item, MLuint16 ¶meter) const |
|
std::string | getBluePaletteColorLookupTableDescriptorTag () const |
|
bool | setBluePaletteColorLookupTableDescriptor (unsigned long idx, MLuint16 parameter) |
|
bool | getColumns (unsigned long idx, MLuint16 ¶meter) const |
|
bool | getColumns (DCMTree::TreePtr item, MLuint16 ¶meter) const |
|
std::string | getColumnsTag () const |
|
bool | setColumns (unsigned long idx, MLuint16 parameter) |
|
bool | getGreenPaletteColorLookupTableDescriptor (unsigned long idx, MLuint16 ¶meter) const |
|
bool | getGreenPaletteColorLookupTableDescriptor (DCMTree::TreePtr item, MLuint16 ¶meter) const |
|
std::string | getGreenPaletteColorLookupTableDescriptorTag () const |
|
bool | setGreenPaletteColorLookupTableDescriptor (unsigned long idx, MLuint16 parameter) |
|
bool | getHighBit (unsigned long idx, MLuint16 ¶meter) const |
|
bool | getHighBit (DCMTree::TreePtr item, MLuint16 ¶meter) const |
|
std::string | getHighBitTag () const |
|
bool | setHighBit (unsigned long idx, MLuint16 parameter) |
|
bool | getICCProfile (unsigned long idx, int ¶meter) const |
|
bool | getICCProfile (DCMTree::TreePtr item, int ¶meter) const |
|
std::string | getICCProfileTag () const |
|
bool | setICCProfile (unsigned long idx, int parameter) |
|
bool | getLargestImagePixelValue (unsigned long idx, MLuint16 ¶meter) const |
|
bool | getLargestImagePixelValue (DCMTree::TreePtr item, MLuint16 ¶meter) const |
|
std::string | getLargestImagePixelValueTag () const |
|
bool | setLargestImagePixelValue (unsigned long idx, MLuint16 parameter) |
|
bool | getPhotometricInterpretation (unsigned long idx, std::string ¶meter) const |
|
bool | getPhotometricInterpretation (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getPhotometricInterpretationTag () const |
|
bool | setPhotometricInterpretation (unsigned long idx, std::string parameter) |
|
bool | getPixelAspectRatio (unsigned long idx, std::string ¶meter) const |
|
bool | getPixelAspectRatio (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getPixelAspectRatioTag () const |
|
bool | setPixelAspectRatio (unsigned long idx, std::string parameter) |
|
bool | getPixelRepresentation (unsigned long idx, MLuint16 ¶meter) const |
|
bool | getPixelRepresentation (DCMTree::TreePtr item, MLuint16 ¶meter) const |
|
std::string | getPixelRepresentationTag () const |
|
bool | setPixelRepresentation (unsigned long idx, MLuint16 parameter) |
|
bool | getPlanarConfiguration (unsigned long idx, MLuint16 ¶meter) const |
|
bool | getPlanarConfiguration (DCMTree::TreePtr item, MLuint16 ¶meter) const |
|
std::string | getPlanarConfigurationTag () const |
|
bool | setPlanarConfiguration (unsigned long idx, MLuint16 parameter) |
|
bool | getRedPaletteColorLookupTableDescriptor (unsigned long idx, MLuint16 ¶meter) const |
|
bool | getRedPaletteColorLookupTableDescriptor (DCMTree::TreePtr item, MLuint16 ¶meter) const |
|
std::string | getRedPaletteColorLookupTableDescriptorTag () const |
|
bool | setRedPaletteColorLookupTableDescriptor (unsigned long idx, MLuint16 parameter) |
|
bool | getRows (unsigned long idx, MLuint16 ¶meter) const |
|
bool | getRows (DCMTree::TreePtr item, MLuint16 ¶meter) const |
|
std::string | getRowsTag () const |
|
bool | setRows (unsigned long idx, MLuint16 parameter) |
|
bool | getSamplesPerPixel (unsigned long idx, MLuint16 ¶meter) const |
|
bool | getSamplesPerPixel (DCMTree::TreePtr item, MLuint16 ¶meter) const |
|
std::string | getSamplesPerPixelTag () const |
|
bool | setSamplesPerPixel (unsigned long idx, MLuint16 parameter) |
|
bool | getSmallestImagePixelValue (unsigned long idx, MLuint16 ¶meter) const |
|
bool | getSmallestImagePixelValue (DCMTree::TreePtr item, MLuint16 ¶meter) const |
|
std::string | getSmallestImagePixelValueTag () const |
|
bool | setSmallestImagePixelValue (unsigned long idx, MLuint16 parameter) |
|
void | setSequence (std::vector< DcmDRTIconImageSequenceInterface::Item > dcmSequence) |
| Set the DRTIconImageSequence this interface class provides access to.
|
|
std::vector< DcmDRTIconImageSequenceInterface::Item > | getSequence () const |
| Return the DRTIconImageSequence this interface class provides access to.
|
|
bool | hasSequence () const |
| Check if the DRTIconImageSequence is set.
|
|
MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of.
|
|
DcmDRTIconImageSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position.
|
|
DcmDRTIconImageSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence.
|
|
void | addItem (DcmDRTIconImageSequenceInterface::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 DRTIconImageSequence.
Definition at line 43 of file mlDcmDRTIconImageSequenceInterface.h.