C# Class Dicom.Data.EndsWithDicomMatchRule

Checks if a DICOM element value ends with a string.
Inheritance: IDicomMatchRule
Mostra file Open project: fo-dicom/mdcm

Public Methods

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

Method Details

EndsWithDicomMatchRule() public method

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

Match() public method

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

ToString() public method

public ToString ( ) : string
return string