Table of Contents

Class ContainsDicomMatchRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Checks if a DICOM element value contains a string.

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

Constructors

ContainsDicomMatchRule(DicomTag, string)

public ContainsDicomMatchRule(DicomTag tag, string value)

Parameters

tag DicomTag
value string

Methods

Match(DicomDataset)

public bool Match(DicomDataset dataset)

Parameters

dataset DicomDataset

Returns

bool

ToString()

public override string ToString()

Returns

string