DCMTK
Version 3.6.9
OFFIS DICOM Toolkit
|
Class implementing a document tree node filter that checks for the presence (or absence) of a concept name. More...
Public Member Functions | |
DSRDocumentTreeNodeHasConceptNameFilter (const OFBool hasConceptName=OFTrue) | |
constructor More... | |
virtual | ~DSRDocumentTreeNodeHasConceptNameFilter () |
destructor | |
virtual OFBool | matches (const DSRDocumentTreeNode *node) const |
check whether given node matches the filter criterion More... | |
![]() | |
virtual | ~DSRDocumentTreeNodeFilter () |
destructor | |
Private Attributes | |
const OFBool | HasConceptName |
mode specifying whether the filter matches on the presence or absence of a concept name | |
Class implementing a document tree node filter that checks for the presence (or absence) of a concept name.
An empty concept name is treated as absent.
DSRDocumentTreeNodeHasConceptNameFilter::DSRDocumentTreeNodeHasConceptNameFilter | ( | const OFBool | hasConceptName = OFTrue | ) |
constructor
hasConceptName | mode specifying whether the filter matches on the presence (default) or absence of a concept name |
|
virtual |
check whether given node matches the filter criterion
node | pointer to the node to be checked |
Implements DSRDocumentTreeNodeFilter.