52 : _wrappedSequence(wrappedSequence->getSequence())
70 QString
getDateTag()
const {
return QString(_wrappedSequence.getDateTag().c_str()); }
72 QString
getDateTimeTag()
const {
return QString(_wrappedSequence.getDateTimeTag().c_str()); }
74 QString
getNumericValueTag()
const {
return QString(_wrappedSequence.getNumericValueTag().c_str()); }
76 QString
getPersonNameTag()
const {
return QString(_wrappedSequence.getPersonNameTag().c_str()); }
78 QString
getTextValueTag()
const {
return QString(_wrappedSequence.getTextValueTag().c_str()); }
80 QString
getTimeTag()
const {
return QString(_wrappedSequence.getTimeTag().c_str()); }
82 QString
getUIDTag()
const {
return QString(_wrappedSequence.getUIDTag().c_str()); }
84 QString
getValueTypeTag()
const {
return QString(_wrappedSequence.getValueTypeTag().c_str()); }
QVariant getItem(int idx)
DRTContentItemModifierSequenceWrapper & operator=(const DRTContentItemModifierSequenceWrapper &toCopy)
QString getConceptNameCodeSequenceTag() const
int getNumberOfItems() const
\script
QString getConceptCodeSequenceTag() const
ml::DcmDRTContentItemModifierSequenceInterface getWrappedSequence() const
DRTContentItemModifierSequenceWrapper(const DRTContentItemModifierSequenceWrapper &toCopy)
QString getMeasurementUnitsCodeSequenceTag() const
DRTContentItemModifierSequenceWrapper(ml::DcmDRTContentItemModifierSequenceInterface *wrappedSequence)
Class to provide access to DRTContentItemModifierSequence.
std::vector< DcmDRTContentItemModifierSequenceInterface::Item > getSequence() const
Class to provide access to DRTContentItemModifierSequence.