| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.scp.commons |
Provides classes for dealing fundamental service operations at SCP side.
|
| cdac.medinfo.sdk.dcm30_04.services.scu.commons |
Provides classes for dealing fundamental service operations at SCU side.
|
| Modifier and Type | Method and Description |
|---|---|
PDUReader |
ClientSession.getPduReader()
Retrieves the PDUReader
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientSession.setPduReader(PDUReader pduReader)
Sets the PDUReader
|
| Constructor and Description |
|---|
ServerSideAssociationAgent(PDUWriter pduWriter,
PDUReader pduReader)
Instantiates a new Server Side Association Agent.
|
| Modifier and Type | Method and Description |
|---|---|
PDUReader |
SCUSession.getPduReader()
Retrieves the PDUReader.
|
PDUReader |
ClientSideAssociationAgent.getPDUReader()
Retrieves PDU Reader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SCUSession.setPduReader(PDUReader pduReader)
Sets the PDUReader.
|
void |
ClientSideAssociationAgent.setPDUReader(PDUReader objPDUReader)
Sets the PDU Reader.
|
| Constructor and Description |
|---|
ClientSideAssociationAgent(PDUWriter pduWriter,
PDUReader pduReader)
Instantiates a new association agent.
|