C# Class Dicom.Data.WildcardDicomMatchRule

Matches a wildcard pattern against a DICOM element value.
Inheritance: IDicomMatchRule
Mostra file Open project: fo-dicom/mdcm

Public Methods

Method Description
Match ( DcmDataset dataset ) : bool
ToString ( ) : string
WildcardDicomMatchRule ( DicomTag tag, string pattern ) : System

Method Details

Match() public method

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

ToString() public method

public ToString ( ) : string
return string

WildcardDicomMatchRule() public method

public WildcardDicomMatchRule ( DicomTag tag, string pattern ) : System
tag DicomTag
pattern string
return System