| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.pdu |
Provides classes which enables creation of both Association and Service PDU (e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AAbortPDU
This class represents A-Abort PDU.
|
class |
AReleaseRQorRPPDU
The Class represents AReleaseRQ or RP PDU.
|
class |
AssociateACPDU
This Class represents Associate AC PDU.
|
class |
AssociateRJPDU
This Class represents AssociateRJPDU.
|
class |
AssociateRQOrACPDU
The Class AssociateRQOrACPDU.
|
class |
AssociateRQPDU
This class implements Association Request An A-ASSOCIATE-RQ PDU shall be made
of a sequence of mandatory fields followed by a variable length field The
variable field shall consist of one Application Context Item, one or more
Presentation Context Items, and one User Information Item.
|
class |
P_DATA_TF_PDU
This Class represents P_DATA_TF_PDU.
|
| Modifier and Type | Method and Description |
|---|---|
PDU |
ServiceEvent.getPDU()
Gets the object of PDU.
|
PDU |
AssociateEvent.getPDU()
Gets the PDU.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PDUWriter.sendData(PDU objPDU)
Send data to the remote entity.
|
void |
ServiceEvent.setPDU(PDU objPDU)
Sets the PDU.
|
void |
AssociateEvent.setPDU(PDU objPDU)
Sets the pDU.
|