Class DicomMatchRuleSet
Inheritance
DicomMatchRuleSet
Namespace: Dicom
Assembly: cs.temp.dll.dll
Syntax
public class DicomMatchRuleSet : IDicomMatchRule
Constructors
DicomMatchRuleSet()
Declaration
public DicomMatchRuleSet()
DicomMatchRuleSet(DicomMatchOperator)
Declaration
public DicomMatchRuleSet(DicomMatchOperator op)
Parameters
DicomMatchRuleSet(DicomMatchOperator, IDicomMatchRule[])
Declaration
public DicomMatchRuleSet(DicomMatchOperator op, params IDicomMatchRule[] rules)
Parameters
DicomMatchRuleSet(IDicomMatchRule[])
Declaration
public DicomMatchRuleSet(params IDicomMatchRule[] rules)
Parameters
Properties
Operator
Declaration
public DicomMatchOperator Operator { get; }
Property Value
Methods
Add(IDicomMatchRule)
Declaration
public void Add(IDicomMatchRule rule)
Parameters
Match(DicomDataset)
Declaration
public bool Match(DicomDataset dataset)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements