| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.colorpalette.scu |
This class is used to send ColorPalette C-Store Dicom Message to the peer application entity.
|
| cdac.medinfo.sdk.dcm30_04.services.cstore.commons |
Provides classes for creation of C-STORE request and response.
|
| cdac.medinfo.sdk.dcm30_04.services.cstore.scu |
Provides class which enables sending of C-Store request and get the response.
|
| cdac.medinfo.sdk.dcm30_04.services.hangingprotocol.scu |
This class is used to send hanging protocol C-Store Dicom Message to the peer application entity.
|
| cdac.medinfo.sdk.dcm30_04.services.orms.scu |
Ophthalmic Refractive Measurements Storage SOP Classes includes C_STORE service as specified by DIMSE service group.
|
| cdac.medinfo.sdk.dcm30_04.services.srs.scu |
Provides class for Service Class User for Structured Reporting Storage.
|
| Modifier and Type | Method and Description |
|---|---|
static ISingleCollection<CStoreRQ> |
ColorPaletteSCU.getDefaultRQ(ISingleCollection<IDataSet> objIDataSetColl)
This method makes CStore RQ's according to the given DataSet Collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColorPaletteSCU.sendRequests(ISingleCollection<CStoreRQ> objRQCollection)
This method sends multiple CStore RQ.
|
| Modifier and Type | Method and Description |
|---|---|
static CStoreRQ |
CStoreRQ.getDefaultRQ(IDataSet objIDataSet)
This method makes CStore RQ's according to the given DataSet Collection.
|
| Modifier and Type | Method and Description |
|---|---|
static ISingleCollection<CStoreRQ> |
CStoreRQ.getDefaultRQ(ISingleCollection<IDataSet> objIDataSetColl)
This method makes CStore RQ's according to the given DataSet Collection.
|
| Modifier and Type | Method and Description |
|---|---|
static ISingleCollection<CStoreRQ> |
CStoreSCU.getDefaultRQ(ISingleCollection<IDataSet> objIDataSetColl)
This method makes CStore RQ's according to the given DataSet Collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CStoreSCU.sendRequests(ISingleCollection<CStoreRQ> objRQCollection)
This method sends multiple CStore RQ.
|
| Modifier and Type | Method and Description |
|---|---|
static ISingleCollection<CStoreRQ> |
HangingProtocolSCU.getDefaultCStoreRQ(ISingleCollection<IDataSet> objIDataSetColl)
This method makes CStore RQ's according to the given DataSet Collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HangingProtocolSCU.sendRequestsForCStore(ISingleCollection<CStoreRQ> objRQCollection)
This method sends multiple CStore RQ.
|
| Modifier and Type | Method and Description |
|---|---|
static ISingleCollection<CStoreRQ> |
ORMS_SCU.getDefaultRQ(ISingleCollection<IDataSet> objIDataSetColl)
This method makes CStore RQ's according to the given DataSet Collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ORMS_SCU.sendRequests(ISingleCollection<CStoreRQ> objRQCollection)
This method sends multiple CStore RQ.
|
| Modifier and Type | Method and Description |
|---|---|
static CStoreRQ |
SRS_SCU.getDefaultRQ(IDataSet objIDataSet)
This method makes CStore RQ's according to the given DataSet Collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SRS_SCU.sendRequests(ISingleCollection<CStoreRQ> objRQCollection)
This method sends multiple Application Event Logging RQ.
|