C# 클래스 Dicom.Data.DicomMatch

상속: IDicomMatchRule
파일 보기 프로젝트 열기: fo-dicom/mdcm 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IDicomMatchRule rule ) : void
DicomMatch ( ) : System
DicomMatch ( DicomMatchOperator op ) : System
Match ( DcmDataset dataset ) : bool
ToString ( ) : string

메소드 상세

Add() 공개 메소드

public Add ( IDicomMatchRule rule ) : void
rule IDicomMatchRule
리턴 void

DicomMatch() 공개 메소드

public DicomMatch ( ) : System
리턴 System

DicomMatch() 공개 메소드

public DicomMatch ( DicomMatchOperator op ) : System
op DicomMatchOperator
리턴 System

Match() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string