C# Class Dicom.Data.EmptyDicomMatchRule

Checks if a DICOM element exists and has a value.
Inheritance: IDicomMatchRule
Afficher le fichier Open project: fo-dicom/mdcm

Méthodes publiques

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

Method Details

EmptyDicomMatchRule() public méthode

public EmptyDicomMatchRule ( DicomTag tag ) : System
tag DicomTag
Résultat System

Match() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string