| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7net.communication |
Provides classes which are required for Message buffer parsing from network stream.
|
| cdac.medinfo.sdk.hl7282.hl7net.upperlayer |
Provides classes which interact with application layer and base network layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSideMessageAgent.addDataNotoficationListener(IDataNotificationListener objIDataNotificationListener)
Sets IDataNotoficationListener on MessageAgent.
|
void |
ClientSideMessageAgent.addDataNotoficationListener(IDataNotificationListener objIDataNotificationListener)
Sets IDataNotoficationListener on MessageAgenet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSession
ClientSession is instantiated when Client is Connected to Server end.
|
class |
UserSession
User Session provides method for client side to Query other systems & also to trigger any specific Event.
|