| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.CIRWBDService.dbhelper |
This class is used to retrieve Composite Instances without retrieving their pixel data orother potentially large Attributes.
|
| cdac.medinfo.sdk.dcm30_04.services.dicomjavadb |
Provides classes to connect SDK data base.
|
| cdac.medinfo.sdk.dcm30_04.services.iflr.sourceimpl |
This package provides classes for default implementation for DataSource implementation for Instance and Frame Level Retrieve SOP Classes.
|
| cdac.medinfo.sdk.dcm30_04.services.javadbhelper |
Provides classes which implements DataSink and DataStore.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<Series> |
CIRWBD_DBAgent.getSeriesInfo()
Retrieves collection of SeriesInfo.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<Series> |
DCMDBAgent.getSeriesInfo()
Retrieves collection of SeriesInfo.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<Series> |
IFLR_DBAgent.getSeriesInfo()
Retrieves collection of SeriesInfo.
|
| Modifier and Type | Method and Description |
|---|---|
Series |
Study.isSeriesInsUIDPresent(java.lang.String strSeriesInsUID)
Verifies whether Series Instance UID is already present or not and Retrieves that instance of Series.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<Series> |
Study.getSeriesList()
Retrieves the collection of Series
|
| Modifier and Type | Method and Description |
|---|---|
void |
Study.setSeriesList(ISingleCollection<Series> objSeriesList)
Sets the collection of Series
|