Search Results for

    Show / Hide Table of Contents

    Class DicomMatchRuleSet

    Inheritance
    Object
    DicomMatchRuleSet
    Implements
    IDicomMatchRule
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    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
    Boolean

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Implements

    IDicomMatchRule
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors