Table of Contents

Class NegateDicomMatchRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Negates the return value of a match rule.

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

Constructors

NegateDicomMatchRule(IDicomMatchRule)

public NegateDicomMatchRule(IDicomMatchRule rule)

Parameters

rule IDicomMatchRule

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.