C# Class Dicom.Data.StartsWithDicomMatchRule

Checks if a DICOM element value starts with a string.
Inheritance: IDicomMatchRule
Exibir arquivo Open project: fo-dicom/mdcm

Public Methods

Method Description
Match ( DcmDataset dataset ) : bool
StartsWithDicomMatchRule ( DicomTag tag, string value ) : System
ToString ( ) : string

Method Details

Match() public method

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

StartsWithDicomMatchRule() public method

public StartsWithDicomMatchRule ( DicomTag tag, string value ) : System
tag DicomTag
value string
return System

ToString() public method

public ToString ( ) : string
return string