Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class WildcardDicomMatchRule

    Matches a wildcard pattern against a DICOM element value.

    Inheritance
    System.Object
    WildcardDicomMatchRule
    Implements
    IDicomMatchRule
    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 WildcardDicomMatchRule : IDicomMatchRule

    Constructors

    WildcardDicomMatchRule(DicomTag, String)

    Declaration
    public WildcardDicomMatchRule(DicomTag tag, string pattern)
    Parameters
    Type Name Description
    DicomTag tag
    System.String pattern

    Methods

    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()

    Implements

    IDicomMatchRule

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors