| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.dimsecommons |
Provides classes for dealing fundamental service operations.
|
| 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.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.
|
| Constructor and Description |
|---|
ServiceAgent(PDUWriter pduWriter)
Instantiates a new Service Agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDUReader.setPduWriter(PDUWriter pduWriter)
Sets PDUWriter on this instance.
|
| Modifier and Type | Method and Description |
|---|---|
PDUWriter |
ClientSession.getPduWriter()
Retrieves the PDUWriter
|
PDUWriter |
ServerSideAssociationAgent.getPDUWriter()
Retrieves the PDUWriter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientSession.setPduWriter(PDUWriter pduWriter)
Sets the PDU Writer.
|
void |
ServerSideAssociationAgent.setPDUWriter(PDUWriter objPDUWriter)
Sets the PDUWriter.
|
| Constructor and Description |
|---|
ServerSideAssociationAgent(PDUWriter pduWriter,
PDUReader pduReader)
Instantiates a new Server Side Association Agent.
|
| Modifier and Type | Method and Description |
|---|---|
PDUWriter |
SCUSession.getPduWriter()
Retrieves the PDUWriter.
|
PDUWriter |
ClientSideAssociationAgent.getPDUWriter()
Retrieves the PDU Writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SCUSession.setPduWriter(PDUWriter pduWriter)
Sets the PDUWriter.
|
void |
ClientSideAssociationAgent.setPDUWriter(PDUWriter pduWriter)
Sets the PDU Writer.
|
| Constructor and Description |
|---|
ClientSideAssociationAgent(PDUWriter pduWriter,
PDUReader pduReader)
Instantiates a new association agent.
|