25#ifndef __mlDRTReferencedInstanceSequenceWrapper_H
26#define __mlDRTReferencedInstanceSequenceWrapper_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()); }
100 QString
getRowsTag()
const {
return QString(_wrappedSequence.getRowsTag().c_str()); }
QString getBluePaletteColorLookupTableDescriptorTag() const
QString getICCProfileTag() const
QString getRedPaletteColorLookupTableDescriptorTag() const
DRTReferencedInstanceSequenceWrapper & operator=(const DRTReferencedInstanceSequenceWrapper &toCopy)
QString getReferencedSOPInstanceUIDTag() const
QString getHighBitTag() const
QString getPixelRepresentationTag() const
QVariant getItem(int idx)
QString getRowsTag() const
QString getReferencedSOPClassUIDTag() const
QString getPhotometricInterpretationTag() const
QString getSmallestImagePixelValueTag() const
QString getColumnsTag() const
DRTReferencedInstanceSequenceWrapper(const DRTReferencedInstanceSequenceWrapper &toCopy)
QString getSamplesPerPixelTag() const
QString getPurposeOfReferenceCodeSequenceTag() const
QString getBitsStoredTag() const
int getNumberOfItems() const
\script
QString getBitsAllocatedTag() const
QString getPlanarConfigurationTag() const
QString getLargestImagePixelValueTag() const
DRTReferencedInstanceSequenceWrapper(ml::DcmDRTReferencedInstanceSequenceInterface *wrappedSequence)
QString getGreenPaletteColorLookupTableDescriptorTag() const
QString getPixelAspectRatioTag() const
ml::DcmDRTReferencedInstanceSequenceInterface getWrappedSequence() const
Class to provide access to DRTReferencedInstanceSequence.
std::vector< DcmDRTReferencedInstanceSequenceInterface::Item > getSequence() const
Class to provide access to DRTReferencedInstanceSequence.