Table of Contents

Class StartsWithDicomMatchRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Checks if a DICOM element value starts with a string.

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

Constructors

StartsWithDicomMatchRule(DicomTag, string)

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