C# 클래스 Dicom.Data.ExistsDicomMatchRule

Checks that a DICOM element exists.
상속: IDicomMatchRule
파일 보기 프로젝트 열기: fo-dicom/mdcm

공개 메소드들

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

메소드 상세

ExistsDicomMatchRule() 공개 메소드

public ExistsDicomMatchRule ( DicomTag tag ) : System
tag DicomTag
리턴 System

Match() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string