C# 클래스 Dicom.HL7.MLLP

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

공개 메소드들

메소드 설명
MLLP ( Stream stream, bool version3 ) : System
Receive ( ) : string
Send ( string message ) : bool

메소드 상세

MLLP() 공개 메소드

public MLLP ( Stream stream, bool version3 ) : System
stream System.IO.Stream
version3 bool
리턴 System

Receive() 공개 메소드

public Receive ( ) : string
리턴 string

Send() 공개 메소드

public Send ( string message ) : bool
message string
리턴 bool