OFFIS DCMTK
Version 3.6.0
|
Class for checking the content relationship constraints of the Spectacle Prescription Report IOD. More...
Public Member Functions | |
DSRSpectaclePrescriptionReportConstraintChecker () | |
default constructor | |
virtual | ~DSRSpectaclePrescriptionReportConstraintChecker () |
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 | |
![]() | |
DSRIODConstraintChecker () | |
default constructor | |
virtual | ~DSRIODConstraintChecker () |
destructor | |
![]() | |
virtual | ~DSRTypes () |
destructor. |
Class for checking the content relationship constraints of the Spectacle Prescription Report IOD.
Definition at line 46 of file dsrspecc.h.
|
virtual |
check whether specified content relationship is allowed for this IOD
sourceValueType | value type of the source content item to be checked |
relationshipType | type of relationship between source and target item |
targetValueType | value type of the target content item to be checked |
byReference | optional flag indicating whether the node/relationship should be added by-value (default) or by-reference |
Implements DSRIODConstraintChecker.
|
virtual |
get the associated document type of the SR IOD
Implements DSRIODConstraintChecker.
|
virtual |
get identifier of the root template
Implements DSRIODConstraintChecker.
|
virtual |
check whether by-reference relationships are allowed for this SR IOD
Implements DSRIODConstraintChecker.
|
virtual |
check whether this SR IOD requires template support
Implements DSRIODConstraintChecker.