C# Class Dicom.HL7.MLLP

Afficher le fichier Open project: fo-dicom/mdcm Class Usage Examples

Méthodes publiques

Méthode Description
MLLP ( Stream stream, bool version3 ) : System
Receive ( ) : string
Send ( string message ) : bool

Method Details

MLLP() public méthode

public MLLP ( Stream stream, bool version3 ) : System
stream System.IO.Stream
version3 bool
Résultat System

Receive() public méthode

public Receive ( ) : string
Résultat string

Send() public méthode

public Send ( string message ) : bool
message string
Résultat bool