| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.cget.commons |
Provides classes for creation of C-GET request and response.
|
| cdac.medinfo.sdk.dcm30_04.services.cget.scu |
Provides class which enables sending of C-Get request and get the response.
|
| cdac.medinfo.sdk.dcm30_04.services.CIRWBDService.scu |
This package provides class CIRWBDService SCU which works as service class user
for Composite Instance Retrieve Without Bulk Data Service Class.
|
| Modifier and Type | Method and Description |
|---|---|
static CGetRQ |
CGetRQ.getDefaultRQ(java.lang.String strAffSOPClassUID,
IDataSet objIDataSet)
This function gets the default C-Get RQ.
|
| Modifier and Type | Method and Description |
|---|---|
static ISingleCollection<CGetRQ> |
CGetRQ.getDefaultRQ(java.lang.String strAffectedSOPClassUID,
ISingleCollection<IDataSet> objIDataSetColl)
This method makes CStore RQ's according to the given DataSet Collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CGetSCU.sendRequests(ISingleCollection<CGetRQ> objRQCollection)
This method sends multiple CStore RQ.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CIRWBD_SCU.sendRequestsForCGet(ISingleCollection<CGetRQ> objRQCollection)
This method sends multiple C_Get_RQ.
|