Inheritance diagram for DSRBasicTextSRConstraintChecker:
Public Member Functions | |
DSRBasicTextSRConstraintChecker () | |
default constructor | |
virtual | ~DSRBasicTextSRConstraintChecker () |
destructor | |
virtual OFBool | isByReferenceAllowed () const |
check whether by-reference relationships are allowed for this SR IOD | |
virtual OFBool | isTemplateSupportRequired () const |
check whether this SR IOD requires template support | |
virtual const char * | getRootTemplateIdentifier () const |
get identifier of the root template | |
virtual E_DocumentType | getDocumentType () const |
get the associated document type of the SR IOD | |
virtual OFBool | checkContentRelationship (const E_ValueType sourceValueType, const E_RelationshipType relationshipType, const E_ValueType targetValueType, const OFBool byReference=OFFalse) const |
check whether specified content relationship is allowed for this IOD |
Definition at line 49 of file dsrbascc.h.
|
check whether specified content relationship is allowed for this IOD
Implements DSRIODConstraintChecker. |
|
get the associated document type of the SR IOD
Implements DSRIODConstraintChecker. |
|
get identifier of the root template
Implements DSRIODConstraintChecker. |
|
check whether by-reference relationships are allowed for this SR IOD
Implements DSRIODConstraintChecker. |
|
check whether this SR IOD requires template support
Implements DSRIODConstraintChecker. |