DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
Class for checking the content relationship constraints of the Macular Grid Thickness And Volume Report IOD. More...
Public Member Functions | |
DSRMacularGridThicknessAndVolumeReportConstraintChecker () | |
default constructor | |
virtual | ~DSRMacularGridThicknessAndVolumeReportConstraintChecker () |
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 |
Class for checking the content relationship constraints of the Macular Grid Thickness And Volume Report IOD.
virtual OFBool DSRMacularGridThicknessAndVolumeReportConstraintChecker::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.
virtual E_DocumentType DSRMacularGridThicknessAndVolumeReportConstraintChecker::getDocumentType | ( | ) | const [virtual] |
get the associated document type of the SR IOD
Implements DSRIODConstraintChecker.
virtual const char* DSRMacularGridThicknessAndVolumeReportConstraintChecker::getRootTemplateIdentifier | ( | ) | const [virtual] |
get identifier of the root template
Implements DSRIODConstraintChecker.
virtual OFBool DSRMacularGridThicknessAndVolumeReportConstraintChecker::isByReferenceAllowed | ( | ) | const [virtual] |
check whether by-reference relationships are allowed for this SR IOD
Implements DSRIODConstraintChecker.
virtual OFBool DSRMacularGridThicknessAndVolumeReportConstraintChecker::isTemplateSupportRequired | ( | ) | const [virtual] |
check whether this SR IOD requires template support
Implements DSRIODConstraintChecker.