C# Class Dicom.HL7.HL7v2Server

Datei anzeigen Open project: fo-dicom/mdcm

Public Properties

Property Type Description
OnReceiveMessage HL7v2MessageCallback

Public Methods

Method Description
HL7v2Server ( int port ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
HL7ClientProc ( object state ) : void
OnAcceptSocket ( IAsyncResult result ) : void

Method Details

HL7v2Server() public method

public HL7v2Server ( int port ) : System
port int
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

OnReceiveMessage public_oe property

public HL7v2MessageCallback OnReceiveMessage
return HL7v2MessageCallback