| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.cmove.commons |
Provides classes for creation of C-MOVE request and response.
|
| cdac.medinfo.sdk.dcm30_04.services.cmove.scu |
Provides class which enables sending of C-Move request and get the response.
|
| Modifier and Type | Method and Description |
|---|---|
static CMoveRQ |
CMoveRQ.getDefaultRQ(java.lang.String strAffectedSOPClassUID,
java.lang.String strMoveDestination,
IDataSet objIDataSet)
This method makes CStore RQ's according to the given DataSet Collection.
|
| Modifier and Type | Method and Description |
|---|---|
static ISingleCollection<CMoveRQ> |
CMoveRQ.getDefaultRQ(java.lang.String strAffectedSOPClassUID,
java.lang.String strMoveDestination,
ISingleCollection<IDataSet> objIDataSetColl)
This method makes CStore RQ's according to the given DataSet Collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMoveSCU.sendRequests(ISingleCollection<CMoveRQ> objRQCollection)
This method sends multiple CStore RQ.
|