33 #include "dcmtk/config/osconfig.h" 35 #include "dcmtk/dcmdata/dcvrfl.h" 52 const Uint32 len = 0);
94 virtual DcmEVR
ident()
const;
102 const OFBool oldFormat = OFFalse);
107 virtual unsigned long getVM();
this class encapsulates an attribute tag (group, element) and a VR.
virtual DcmEVR ident() const
get element type identifier
Abstract base class for most classes in module dcmdata.
virtual OFCondition copyFrom(const DcmObject &rhs)
Virtual object copying.
virtual OFCondition checkValue(const OFString &vm="", const OFBool oldFormat=OFFalse)
check whether stored value conforms to the VR and to the specified VM
virtual ~DcmOtherFloat()
destructor
DcmOtherFloat(const DcmTag &tag, const Uint32 len=0)
constructor.
virtual unsigned long getVM()
get value multiplicity
DcmOtherFloat & operator=(const DcmOtherFloat &obj)
assignment operator
a class representing the DICOM value representation 'Floating Point Single' (FL)
a simple string class that implements a subset of std::string.
virtual DcmObject * clone() const
clone method
a class representing the DICOM value representation 'Other Float String' (OF)
General purpose class for condition codes.