Table of Contents

Class WildcardDicomMatchRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Matches a wildcard pattern against a DICOM element value.

public class WildcardDicomMatchRule : IDicomMatchRule
Inheritance
WildcardDicomMatchRule
Implements
Inherited Members
Extension Methods

Constructors

WildcardDicomMatchRule(DicomTag, string)

public WildcardDicomMatchRule(DicomTag tag, string pattern)

Parameters

tag DicomTag
pattern string

Methods

Match(DicomDataset)

public bool Match(DicomDataset dataset)

Parameters

dataset DicomDataset

Returns

bool

ToString()

public override string ToString()

Returns

string