| 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 |
|---|---|
Patient |
CIRWBD_QueryModel.isPIDPresent(java.lang.String strPID)
Verifies whether PatientID is already present or not and Retrieves that instance of Patient.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<Patient> |
CIRWBD_DBAgent.getPatientInfo()
Retrieves collection of PatientInfo.
|
ISingleCollection<Patient> |
CIRWBD_QueryModel.getPatientList()
Retrieve Patient List.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CIRWBD_QueryModel.setPatientList(ISingleCollection<Patient> objPatientList)
Set Patient List value .
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<Patient> |
DCMDBAgent.getPatientInfo()
Retrieves collection of PatientInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DCMDBAgent.insertPatientInfo(Patient objPatient,
java.lang.String strStoragePath)
inserts a record of Patient
|
| Modifier and Type | Method and Description |
|---|---|
Patient |
IFLR_QueryModel.isPIDPresent(java.lang.String strPID)
Verifies whether PatientID is already present or not and Retrieves that instance of Patient.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<Patient> |
IFLR_DBAgent.getPatientInfo()
Retrieves collection of PatientInfo.
|
ISingleCollection<Patient> |
IFLR_QueryModel.getPatientList()
Returns object of Patient List.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFLR_DBAgent.insertPatientInfo(Patient objPatient,
java.lang.String strStoragePath)
Inserts a record of Patient
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFLR_QueryModel.setPatientList(ISingleCollection<Patient> objPatientList)
Sets object of Patient List.
|
| Modifier and Type | Method and Description |
|---|---|
Patient |
CServices_QueryModel.isPIDPresent(java.lang.String strPID)
Verifies whether PatientID is already present or not and Retrieves that instance of Patient.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<Patient> |
CServices_QueryModel.getPatientList() |
| Modifier and Type | Method and Description |
|---|---|
void |
CServices_QueryModel.setPatientList(ISingleCollection<Patient> objPatientList) |