33 #include "dcmtk/config/osconfig.h"
35 #include "dcmtk/dcmdata/dcbytstr.h"
52 const Uint32 len = 0);
94 virtual DcmEVR
ident(
void)
const;
104 const OFBool oldFormat = OFFalse);
this class encapsulates an attribute tag (group, element) and a VR.
DcmAgeString & operator=(const DcmAgeString &obj)
assignment operator
Abstract base class for most classes in module dcmdata.
virtual DcmObject * clone() const
clone method
virtual ~DcmAgeString(void)
destructor
static OFCondition checkStringValue(const OFString &value, const OFString &vm="1-n")
check whether given string value conforms to the VR "AS" (Age String) and to the specified VM...
base class for all DICOM value representations storing a character string
virtual OFCondition copyFrom(const DcmObject &rhs)
Virtual object copying.
virtual DcmEVR ident(void) const
get element type identifier
a simple string class that implements a subset of std::string.
virtual OFCondition checkValue(const OFString &vm="1-n", const OFBool oldFormat=OFFalse)
check whether stored value conforms to the VR and to the specified VM
DcmAgeString(const DcmTag &tag, const Uint32 len=0)
constructor.
a class representing the DICOM value representation 'Age String' (AS)
General purpose class for condition codes.