Class NegateDicomMatchRule
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
Negates the return value of a match rule.
public class NegateDicomMatchRule : IDicomMatchRule
- Inheritance
-
NegateDicomMatchRule
- Implements
- Inherited Members
- Extension Methods
Constructors
NegateDicomMatchRule(IDicomMatchRule)
public NegateDicomMatchRule(IDicomMatchRule rule)
Parameters
ruleIDicomMatchRule
Methods
Match(DicomDataset)
public bool Match(DicomDataset dataset)
Parameters
datasetDicomDataset
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.