Table of Contents

Class RegexDicomMatchRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Matches regular expression pattern against a DICOM element value.

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

Constructors

RegexDicomMatchRule(DicomTag, string)

public RegexDicomMatchRule(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