C# Class Dicom.Data.RegexDicomMatchRule

Matches regular expression 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
RegexDicomMatchRule ( DicomTag tag, string pattern ) : System
ToString ( ) : string

Method Details

Match() public méthode

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

RegexDicomMatchRule() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string