| 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<Study> |
CIRWBD_DBAgent.getStudyInfo()
Retrieves collection of StudyInfo.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<Study> |
DCMDBAgent.getStudyInfo()
Retrieves collection of StudyInfo.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<Study> |
IFLR_DBAgent.getStudyInfo()
Retrieves collection of StudyInfo.
|
| Modifier and Type | Method and Description |
|---|---|
Study |
Patient.isStudyInsUIDPresent(java.lang.String strStudyInsUID)
Verifies whether StudyInstance UID is already present or not and Retrieves that instance of Study.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<Study> |
Patient.getStudyList()
Retrieves the Study list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Patient.setStudyList(ISingleCollection<Study> objStudyList)
Sets the Study List.
|