C# Class Dicom.Data.NegativeDicomMatchRule

Negates the return value of a match rule.
Inheritance: IDicomMatchRule
ファイルを表示 Open project: fo-dicom/mdcm

Public Methods

Method Description
Match ( DcmDataset dataset ) : bool
NegativeDicomMatchRule ( IDicomMatchRule rule ) : System
ToString ( ) : string

Method Details

Match() public method

public Match ( DcmDataset dataset ) : bool
dataset DcmDataset
return bool

NegativeDicomMatchRule() public method

public NegativeDicomMatchRule ( IDicomMatchRule rule ) : System
rule IDicomMatchRule
return System

ToString() public method

public ToString ( ) : string
return string