25#ifndef __mlDRTIconImageSequenceWrapper_H
26#define __mlDRTIconImageSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
70 QString
getBitsAllocatedTag()
const {
return QString(_wrappedSequence.getBitsAllocatedTag().c_str()); }
72 QString
getBitsStoredTag()
const {
return QString(_wrappedSequence.getBitsStoredTag().c_str()); }
76 QString
getColumnsTag()
const {
return QString(_wrappedSequence.getColumnsTag().c_str()); }
80 QString
getHighBitTag()
const {
return QString(_wrappedSequence.getHighBitTag().c_str()); }
82 QString
getICCProfileTag()
const {
return QString(_wrappedSequence.getICCProfileTag().c_str()); }
96 QString
getRowsTag()
const {
return QString(_wrappedSequence.getRowsTag().c_str()); }
QString getRowsTag() const
DRTIconImageSequenceWrapper(const DRTIconImageSequenceWrapper &toCopy)
ml::DcmDRTIconImageSequenceInterface getWrappedSequence() const
QString getHighBitTag() const
QString getColumnsTag() const
QVariant getItem(int idx)
QString getBluePaletteColorLookupTableDescriptorTag() const
QString getPlanarConfigurationTag() const
QString getRedPaletteColorLookupTableDescriptorTag() const
QString getBitsStoredTag() const
QString getBitsAllocatedTag() const
QString getPixelAspectRatioTag() const
DRTIconImageSequenceWrapper(ml::DcmDRTIconImageSequenceInterface *wrappedSequence)
QString getSamplesPerPixelTag() const
DRTIconImageSequenceWrapper & operator=(const DRTIconImageSequenceWrapper &toCopy)
QString getLargestImagePixelValueTag() const
QString getGreenPaletteColorLookupTableDescriptorTag() const
int getNumberOfItems() const
\script
QString getPhotometricInterpretationTag() const
QString getSmallestImagePixelValueTag() const
QString getICCProfileTag() const
QString getPixelRepresentationTag() const
Class to provide access to DRTIconImageSequence.
std::vector< DcmDRTIconImageSequenceInterface::Item > getSequence() const
Class to provide access to DRTIconImageSequence.