33 #include "dcmtk/config/osconfig.h" 35 #include "dcmtk/dcmdata/dcbytstr.h" 52 const Uint32 len = 0);
94 virtual DcmEVR
ident()
const;
104 const OFBool oldFormat = OFFalse);
113 const unsigned long pos,
114 OFBool normalize = OFTrue);
this class encapsulates an attribute tag (group, element) and a VR.
Abstract base class for most classes in module dcmdata.
DcmApplicationEntity(const DcmTag &tag, const Uint32 len=0)
constructor.
virtual DcmEVR ident() const
get element type identifier
base class for all DICOM value representations storing a character string
virtual DcmObject * clone() const
clone method
DcmApplicationEntity & operator=(const DcmApplicationEntity &obj)
assignment operator
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
virtual OFCondition copyFrom(const DcmObject &rhs)
Virtual object copying.
static OFCondition checkStringValue(const OFString &value, const OFString &vm="1-n")
check whether given string value conforms to the VR "AE" (Application Entity) and to the specified VM...
virtual OFCondition getOFString(OFString &stringVal, const unsigned long pos, OFBool normalize=OFTrue)
get a copy of a particular string component
a simple string class that implements a subset of std::string.
virtual ~DcmApplicationEntity()
destructor
a class representing the DICOM value representation 'Application Entity' (AE)
General purpose class for condition codes.