Table of Contents

Class OneOfDicomMatchRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Matches a DICOM element value against a set of strings.

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

Constructors

OneOfDicomMatchRule(DicomTag, params string[])

public OneOfDicomMatchRule(DicomTag tag, params string[] values)

Parameters

tag DicomTag
values string[]

Methods

Match(DicomDataset)

public bool Match(DicomDataset dataset)

Parameters

dataset DicomDataset

Returns

bool

ToString()

public override string ToString()

Returns

string