| 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.print.printsourceimpl |
This package provides classes for default implementation for DataSource implementation for Print Management Service Class.
|
| 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 |
|---|---|
AgreedAssociation |
AssociationNegotiator.getAgreedAssociation()
Gets the agreed association.
|
| Modifier and Type | Method and Description |
|---|---|
AgreedAssociation |
ServiceAgent.getAgreedAssociation()
Retrieves the Agreed Association created in association negotiation process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceAgent.setAgreedAssociation(AgreedAssociation objAgreedAssociation)
Sets the Agreed Association created in association negotiation process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintDataSourceImpl.setAgreedAssociation(AgreedAssociation objAgreedAssocaition)
This function sets the Agreed Association on Print Data Source Impl.
|
| Modifier and Type | Method and Description |
|---|---|
AgreedAssociation |
ServerSideAssociationAgent.getAgreedAssociation()
Retrieves the AgreedAssociation.
|
AgreedAssociation |
ClientSession.getAgreedAssociation()
Gets the agreed association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSideAssociationAgent.setAgreedAssociation(AgreedAssociation objAgreedAssociation)
Sets the AgreedAssociation
|
void |
ClientSession.setAgreedAssociation(AgreedAssociation objAgreedAssociation)
Sets the agreed association.
|
| Modifier and Type | Method and Description |
|---|---|
AgreedAssociation |
SCUSession.getAgreedAssociation()
Gets Agreed Association.
|
AgreedAssociation |
ClientSideAssociationAgent.getAgreedAssociation()
Retrieves the AgreedAssociation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientSideAssociationAgent.setAgreedAssociation(AgreedAssociation objAgreedAssociation)
Sets the AgreedAssociation
|