C# 클래스 Dicom.Data.RegexDicomMatchRule

Matches regular expression pattern against a DICOM element value.
상속: IDicomMatchRule
파일 보기 프로젝트 열기: fo-dicom/mdcm

공개 메소드들

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

메소드 상세

Match() 공개 메소드

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

RegexDicomMatchRule() 공개 메소드

public RegexDicomMatchRule ( DicomTag tag, string pattern ) : System
tag DicomTag
pattern string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string