Table of Contents

Class EqualsDicomMatchRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Compares a DICOM element value against a string.

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

Constructors

EqualsDicomMatchRule(DicomTag, string)

public EqualsDicomMatchRule(DicomTag tag, string value)

Parameters

tag DicomTag
value string

Properties

Tag

public DicomTag Tag { get; }

Property Value

DicomTag

Value

public string Value { get; }

Property Value

string

Methods

Match(DicomDataset)

public bool Match(DicomDataset dataset)

Parameters

dataset DicomDataset

Returns

bool

ToString()

public override string ToString()

Returns

string