C# 클래스 Dicom.Data.EndsWithDicomMatchRule

Checks if a DICOM element value ends with a string.
상속: IDicomMatchRule
파일 보기 프로젝트 열기: fo-dicom/mdcm

공개 메소드들

메소드 설명
EndsWithDicomMatchRule ( DicomTag tag, string value ) : System
Match ( DcmDataset dataset ) : bool
ToString ( ) : string

메소드 상세

EndsWithDicomMatchRule() 공개 메소드

public EndsWithDicomMatchRule ( DicomTag tag, string value ) : System
tag DicomTag
value string
리턴 System

Match() 공개 메소드

public Match ( DcmDataset dataset ) : bool
dataset DcmDataset
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string