Search Results for

    Show / Hide Table of Contents

    Class RegexDicomMatchRule

    Matches regular expression pattern against a DICOM element value.

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

    Constructors

    RegexDicomMatchRule(DicomTag, String)

    Declaration
    public RegexDicomMatchRule(DicomTag tag, string pattern)
    Parameters
    Type Name Description
    DicomTag tag
    String pattern

    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