C# Class Dicom.Data.OneOfDicomMatchRule

Matches a DICOM element value against a set of strings.
Inheritance: IDicomMatchRule
Mostra file Open project: fo-dicom/mdcm

Public Methods

Method Description
Match ( DcmDataset dataset ) : bool
OneOfDicomMatchRule ( DicomTag tag ) : System
ToString ( ) : string

Method Details

Match() public method

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

OneOfDicomMatchRule() public method

public OneOfDicomMatchRule ( DicomTag tag ) : System
tag DicomTag
return System

ToString() public method

public ToString ( ) : string
return string