public class DisplaySystem_SourceImpl extends java.lang.Object implements IDataSource
| Constructor and Description |
|---|
DisplaySystem_SourceImpl(java.lang.String strConnectionString,
java.lang.String strDriverName)
Instantiates a new data source impl.
|
| Modifier and Type | Method and Description |
|---|---|
short |
find(DicomMessage objDicomMessage,
ISingleCollection<IDataSet> arg1)
Depending on the keys in the IDataSet it finds the matching DataSets and returns status.
|
short |
find(IQueryModel arg0,
IQueryModel arg1)
Depending on the keys in the DCMQuery model it finds the matching DataSets and returns status.
|
short |
retrieve(DicomMessage objDicomMessage,
ISingleCollection<IDataSet> objRstDatasetList)
Depending SOP Instance UID finds the matching DataSets and returns status.
|
short |
retrieve(IQueryModel objQueryModel,
IQueryModel objRstQueryModel)
Depending SOP Instance UID finds the matching DataSets and returns status.
|
public DisplaySystem_SourceImpl(java.lang.String strConnectionString,
java.lang.String strDriverName)
throws java.sql.SQLException,
java.lang.IllegalAccessException,
java.lang.InstantiationException,
java.lang.ClassNotFoundException
strConnectionString - the str connection stringstrDriverName - the str driver namejava.sql.SQLException - the SQL exceptionjava.lang.IllegalAccessException - the illegal access exceptionjava.lang.InstantiationException - the instantiation exceptionjava.lang.ClassNotFoundException - the class not found exceptionpublic short find(DicomMessage objDicomMessage, ISingleCollection<IDataSet> arg1)
IDataSourcefind in interface IDataSourceobjDicomMessage - instance of DicomMessagearg1 - collection of Resultant DataSetpublic short find(IQueryModel arg0, IQueryModel arg1)
IDataSourcefind in interface IDataSourcearg0 - the object query modelarg1 - the resultant query model containing the matched attributes.public short retrieve(DicomMessage objDicomMessage, ISingleCollection<IDataSet> objRstDatasetList)
retrieve in interface IDataSourceobjIDataSet - The data set containing identifiers.objRstDataSetCollection - the obj rst data set collectionpublic short retrieve(IQueryModel objQueryModel, IQueryModel objRstQueryModel)
retrieve in interface IDataSourceobjQueryModel - The Query Model containing identifiers.objRstQueryModel - the obj rst Query Model collection