DCMTK
Version 3.6.7
OFFIS DICOM Toolkit
|
Class implementing a document tree node filter that checks for a given template identification. More...
Public Member Functions | |
DSRDocumentTreeNodeTemplateIdentificationFilter (const OFString &templateIdentifier, const OFString &mappingResource, const OFString &mappingResourceUID="") | |
constructor More... | |
virtual | ~DSRDocumentTreeNodeTemplateIdentificationFilter () |
destructor | |
virtual OFBool | matches (const DSRDocumentTreeNode *node) const |
check whether given node matches the filter criterion (template identification) More... | |
![]() | |
virtual | ~DSRDocumentTreeNodeFilter () |
destructor | |
Private Attributes | |
const OFString | TemplateIdentifier |
template identifier to check for | |
const OFString | MappingResource |
mapping resource to check for | |
const OFString | MappingResourceUID |
mapping resource unique identifier to check for (if not empty) | |
Class implementing a document tree node filter that checks for a given template identification.
DSRDocumentTreeNodeTemplateIdentificationFilter::DSRDocumentTreeNodeTemplateIdentificationFilter | ( | const OFString & | templateIdentifier, |
const OFString & | mappingResource, | ||
const OFString & | mappingResourceUID = "" |
||
) |
constructor
templateIdentifier | template identifier to check for |
mappingResource | mapping resource that defines the template |
mappingResourceUID | uniquely identifies the mapping resource (optional). Not used for comparison if the value is empty. |
|
virtual |
check whether given node matches the filter criterion (template identification)
node | pointer to the node to be checked |
Implements DSRDocumentTreeNodeFilter.