C# Class Dicom.Data.WildcardDicomMatchRule

Matches a wildcard pattern against a DICOM element value.
Inheritance: IDicomMatchRule
Afficher le fichier Open project: fo-dicom/mdcm

Méthodes publiques

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

Method Details

Match() public méthode

public Match ( DcmDataset dataset ) : bool
dataset DcmDataset
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

WildcardDicomMatchRule() public méthode

public WildcardDicomMatchRule ( DicomTag tag, string pattern ) : System
tag DicomTag
pattern string
Résultat System