Table of Contents

Class ExistsDicomMatchRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Checks that a DICOM element exists.

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

Constructors

ExistsDicomMatchRule(DicomTag)

public ExistsDicomMatchRule(DicomTag tag)

Parameters

tag DicomTag

Methods

Match(DicomDataset)

public bool Match(DicomDataset dataset)

Parameters

dataset DicomDataset

Returns

bool

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.