| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.association |
Provides classes which enables creation of association requests and response.
|
| cdac.medinfo.sdk.dcm30_04.services.dimsecommons |
Provides classes for dealing fundamental service operations.
|
| 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 | Class and Description |
|---|---|
class |
AAbort
A-ABORT service shall be used by a requester in either of the AEs to cause the abnormal release of the association
This Class implements the setters/getters for all attributes of A-Abort service.
|
class |
AReleaseRQorRP
The graceful release of an association between two AEs shall be performed through A-RELEASE service
This Class implements the setter and getter for required attributes of Association Release RQ and RSP.
|
class |
AssociateAC
A-Association AC service shall be in response to a Association request.
|
class |
AssociateRJ
A-AssociateRJ shall be used in rejection of Association request.
|
class |
AssociateRQ
A-Association RQ service shall be used to create the association.
|
class |
AssociateRQOrAC
This is an abstract class which implements getters and setters for common attributes of Association RQ and AC.
|
| Modifier and Type | Method and Description |
|---|---|
IDIMSEAssociation |
AssociationNegotiator.negotiate(DefaultAssociation objDefAssociation,
AssociateRQ objAssociateRQ)
This method negotiate the association request with Default association configuration set on SCP side.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMessageListener.setDIMSEAssociation(IDIMSEAssociation objIDIMSEAssociation)
Sets last received DimseAssociation which also specifies current status of association.
|
| Modifier and Type | Method and Description |
|---|---|
IDIMSEAssociation |
ServerSideAssociationAgent.getDimseAssociation()
Retrieves the currently processing DimseAssociation.
|
IDIMSEAssociation |
ClientSession.getDIMSEAssociation()
Gets the DIMSE association.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerSideAssociationAgent.sendAssociationMessage(IDIMSEAssociation objIDimseAssociation)
This method generates Association PDU according to the arrived Association command
and redirect it to PDUWriter.
|
boolean |
ClientSession.sendAssociationMessage(IDIMSEAssociation objDIMSEAssociation)
Send association message.
|
void |
ServerSideAssociationAgent.setDimseAssociation(IDIMSEAssociation objIDimseAssociation)
Sets the currently processing DimseAssociation.
|
| Modifier and Type | Method and Description |
|---|---|
IDIMSEAssociation |
ClientSideAssociationAgent.getDimseAssociation()
Retrieves the currently processing DimseAssociation.
|
IDIMSEAssociation |
SCUSession.getDIMSEAssociation()
Gets the DIMSE association.
|
IDIMSEAssociation |
SCU.getDIMSEAssociation()
Retrieves DimseAssociation which also shows status of current association.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SCUSession.associate(IDIMSEAssociation objDIMSEAssociation)
This method establishes association.
|
boolean |
SCUSession.sendAssociationMessage(IDIMSEAssociation objDIMSEAssociation)
Sends the association Message to client side Association agent.
|
boolean |
ClientSideAssociationAgent.sendAssociationMessage(IDIMSEAssociation objIDimseAssociation)
This method generates Association PDU according to the arrived Association command and
redirect it to PDUHandler.
|
void |
ClientSideAssociationAgent.setDimseAssociation(IDIMSEAssociation objIDimseAssociation)
Sets the currently processing DimseAssociation.
|
void |
SCU.setDIMSEAssociation(IDIMSEAssociation objIDIMSEAssociation)
Sets DimseAssociation which also shows status of current association.
|