Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Dicom
HL7
MLLP
C# Class Dicom.HL7.MLLP
显示文件
Open project: fo-dicom/mdcm
Class Usage Examples
Public Methods
Method
Description
MLLP
(
Stream
stream
,
bool
version3
) :
System
Receive
( ) :
string
Send
(
string
message
) :
bool
Method Details
MLLP()
public
method
public
MLLP
(
Stream
stream
,
bool
version3
) :
System
stream
System.IO.Stream
version3
bool
return
System
Receive()
public
method
public
Receive
( ) :
string
return
string
Send()
public
method
public
Send
(
string
message
) :
bool
message
string
return
bool