| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.pdu |
Provides classes which enables creation of both Association and Service PDU (e.g.
|
| cdac.medinfo.sdk.dcm30_04.services.scp.net |
Provides class which enables network operations at Server (SCP) side.
|
| cdac.medinfo.sdk.dcm30_04.services.scu.net |
Provides class which enables network operations at Client (SCU) side.
|
| cdac.medinfo.sdk.dcm30_04.services.tlsscu.commons |
This package provides classes for TLS User session.
|
| Constructor and Description |
|---|
PDUReader(INetworkAgent objINetworkAgent)
Instantiates a new PDU reader.
|
PDUWriter(INetworkAgent objINetworkAgent)
Instantiates new PDU Writer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerSideNetworkAgent
This Class contains methods to read from the socket and write to the socket.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSideNetworkAgent
This Class contains methods to read from the socket and write to the socket.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TLSClientSideNetworkAgent
This Class contains methods to read from the secure socket and write to the socket.
|