Search Results for

    Show / Hide Table of Contents

    Class EqualsDicomMatchRule

    Compares a DICOM element value against a string.

    Inheritance
    Object
    EqualsDicomMatchRule
    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 EqualsDicomMatchRule : IDicomMatchRule

    Constructors

    EqualsDicomMatchRule(DicomTag, String)

    Declaration
    public EqualsDicomMatchRule(DicomTag tag, string value)
    Parameters
    Type Name Description
    DicomTag tag
    String value

    Properties

    Tag

    Declaration
    public DicomTag Tag { get; }
    Property Value
    Type Description
    DicomTag

    Value

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    String

    Methods

    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