C# Class Dicom.Data.ExistsDicomMatchRule

Checks that a DICOM element exists.
Inheritance: IDicomMatchRule
Afficher le fichier Open project: fo-dicom/mdcm

Méthodes publiques

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

Method Details

ExistsDicomMatchRule() public méthode

public ExistsDicomMatchRule ( 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