| 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<DicomImage> |
CIRWBD_DBAgent.getDicomImageInfo()
Retrieves collection of DicomImage.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<DicomImage> |
DCMDBAgent.getDicomImageInfo()
Retrieves collection of DicomImage.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<DicomImage> |
IFLR_DBAgent.getDicomImageInfo()
Retrieves collection of DicomImage.
|
| Modifier and Type | Method and Description |
|---|---|
DicomImage |
Series.isSOPInsUIDPresent(java.lang.String strSOPInsUID)
Verifies whether SOP Instance UID is already present or not and Retrieves that instance of DicomImage.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<DicomImage> |
Series.getDicomImageList()
Retrieves the Dicom Image List.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Series.setDicomImageList(ISingleCollection<DicomImage> objImageList)
Sets the Dicom Image List.
|