public class CIRWBD_DBAgent
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close data base connection.
|
static CIRWBD_DBAgent |
createInstance(java.lang.String strConnectionString,
java.lang.String strDriverName)
Creates instance of DBAgent.
|
boolean |
find(IQueryModel objQueryModel,
IQueryModel objRstQueryModel)
This method populates resultant CIRWBD_QueryModel according to the given find parameter in CIRWBD_QueryModel.
|
ISingleCollection<DicomImage> |
getDicomImageInfo()
Retrieves collection of DicomImage.
|
ISingleCollection<Patient> |
getPatientInfo()
Retrieves collection of PatientInfo.
|
ISingleCollection<Series> |
getSeriesInfo()
Retrieves collection of SeriesInfo.
|
ISingleCollection<Study> |
getStudyInfo()
Retrieves collection of StudyInfo.
|
ISingleCollection<java.lang.String> |
retrive(IQueryModel objQueryModel)
Retrieves collection of dicom files path according to the given find parameter in CIRWBD_QueryModel.
|
public static CIRWBD_DBAgent createInstance(java.lang.String strConnectionString, java.lang.String strDriverName) throws java.sql.SQLException, java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException
java.sql.SQLException - Signals if SQL Exception occurs.java.lang.ClassNotFoundExceptionjava.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionpublic void close()
throws java.sql.SQLException
java.sql.SQLExceptionpublic ISingleCollection<Patient> getPatientInfo() throws java.sql.SQLException
java.sql.SQLException - Signals if SQL Exception occurs.public ISingleCollection<Series> getSeriesInfo() throws java.sql.SQLException
java.sql.SQLException - Signals if SQL Exception occurs.public ISingleCollection<Study> getStudyInfo() throws java.sql.SQLException
java.sql.SQLException - Signals if SQL Exception occurs.public ISingleCollection<DicomImage> getDicomImageInfo() throws java.sql.SQLException
java.sql.SQLException - Signals if SQL Exception occurs.public boolean find(IQueryModel objQueryModel, IQueryModel objRstQueryModel) throws java.sql.SQLException
objQueryModel - object of CIRWBD_QueryModel.objRstQueryModel - object of resultant CIRWBD_QueryModeljava.sql.SQLExceptionpublic ISingleCollection<java.lang.String> retrive(IQueryModel objQueryModel) throws java.sql.SQLException
objQueryModel - object of CIRWBD_QueryModel.java.sql.SQLException