Table of Contents

Class BoolDicomMatchRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Rule that always returns true or false.

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

Constructors

BoolDicomMatchRule(bool)

public BoolDicomMatchRule(bool value)

Parameters

value bool

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.