| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.cecho.commons |
Provides classes for creation of C-ECHO request and response.
|
| cdac.medinfo.sdk.dcm30_04.services.cecho.scu |
Provides class which enables sending of CEcho request and get the response.
|
| Modifier and Type | Method and Description |
|---|---|
static CEchoRQ |
CEchoRQ.getDefaultRQ(java.lang.String strAffSOPClassUID)
This method makes CStore RQ's according to the given Affected SOP Class UID..
|
| Modifier and Type | Method and Description |
|---|---|
void |
CEchoSCU.verify(AssociateRQ objAssociateRQ,
CEchoRQ objCEchoRQ)
Sends the C-Echo request to the SCP.
|
void |
CEchoSCU.verify(CEchoRQ objCEchoRQ,
java.lang.String strcallingAETitle,
java.lang.String strCalledAETitle)
This method establish association by Default association using given AE Titles.
|