Class DicomMatchRuleSet
Inheritance
System.Object
DicomMatchRuleSet
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FellowOakDicom
Assembly: fo-dicom.core.dll
Syntax
public class DicomMatchRuleSet : IDicomMatchRule
Constructors
DicomMatchRuleSet()
Declaration
public DicomMatchRuleSet()
DicomMatchRuleSet(DicomMatchOperator)
Declaration
public DicomMatchRuleSet(DicomMatchOperator op)
Parameters
Type | Name | Description |
---|---|---|
DicomMatchOperator | op |
DicomMatchRuleSet(DicomMatchOperator, IDicomMatchRule[])
Declaration
public DicomMatchRuleSet(DicomMatchOperator op, params IDicomMatchRule[] rules)
Parameters
Type | Name | Description |
---|---|---|
DicomMatchOperator | op | |
IDicomMatchRule[] | rules |
DicomMatchRuleSet(IDicomMatchRule[])
Declaration
public DicomMatchRuleSet(params IDicomMatchRule[] rules)
Parameters
Type | Name | Description |
---|---|---|
IDicomMatchRule[] | rules |
Properties
Operator
Declaration
public DicomMatchOperator Operator { get; }
Property Value
Type | Description |
---|---|
DicomMatchOperator |
Methods
Add(IDicomMatchRule)
Declaration
public void Add(IDicomMatchRule rule)
Parameters
Type | Name | Description |
---|---|---|
IDicomMatchRule | rule |
Match(DicomDataset)
Declaration
public bool Match(DicomDataset dataset)
Parameters
Type | Name | Description |
---|---|---|
DicomDataset | dataset |
Returns
Type | Description |
---|---|
System.Boolean |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()