Class BoolDicomMatchRule
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
Rule that always returns true or false.
public class BoolDicomMatchRule : IDicomMatchRule
- Inheritance
-
BoolDicomMatchRule
- Implements
- Inherited Members
- Extension Methods
Constructors
BoolDicomMatchRule(bool)
public BoolDicomMatchRule(bool value)
Parameters
value
bool
Methods
Match(DicomDataset)
public bool Match(DicomDataset dataset)
Parameters
dataset
DicomDataset
Returns
ToString()
public override string ToString()