Table of Contents

Class EndsWithDicomMatchRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Checks if a DICOM element value ends with a string.

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

Constructors

EndsWithDicomMatchRule(DicomTag, string)

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