Inheritance diagram for DSRMammographyCadSRConstraintChecker:
Public Member Functions | |
DSRMammographyCadSRConstraintChecker () | |
default constructor | |
virtual | ~DSRMammographyCadSRConstraintChecker () |
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 45 of file dsrmamcc.h.
virtual OFBool DSRMammographyCadSRConstraintChecker::isByReferenceAllowed | ( | ) | const [virtual] |
check whether by-reference relationships are allowed for this SR IOD
Implements DSRIODConstraintChecker.
virtual OFBool DSRMammographyCadSRConstraintChecker::isTemplateSupportRequired | ( | ) | const [virtual] |
check whether this SR IOD requires template support
Implements DSRIODConstraintChecker.
virtual const char* DSRMammographyCadSRConstraintChecker::getRootTemplateIdentifier | ( | ) | const [virtual] |
get identifier of the root template
Implements DSRIODConstraintChecker.
virtual E_DocumentType DSRMammographyCadSRConstraintChecker::getDocumentType | ( | ) | const [virtual] |
get the associated document type of the SR IOD
Implements DSRIODConstraintChecker.
virtual OFBool DSRMammographyCadSRConstraintChecker::checkContentRelationship | ( | const E_ValueType | sourceValueType, | |
const E_RelationshipType | relationshipType, | |||
const E_ValueType | targetValueType, | |||
const OFBool | byReference = OFFalse | |||
) | const [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.