public class HangingProtocol_DBQuery
extends java.lang.Object
| Constructor and Description |
|---|
HangingProtocol_DBQuery()
This is default Constructor for HangingProtocol_DBQuery.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
findQuery(IDataSet objIDataSet,
ISingleCollection<IDataSet> objRstDataCollection)
Depending on the keys in the IDataSet it finds the matching DataSets and returns status.
|
short |
retrieve(IDataSet objIDataSet,
ISingleCollection<IDataSet> objRstDataCollection)
Depending SOP Instance UID finds related DataSets and creates Instance .
|
public HangingProtocol_DBQuery()
public boolean findQuery(IDataSet objIDataSet, ISingleCollection<IDataSet> objRstDataCollection) throws java.sql.SQLException
objIDataSet - The data set containing identifiers.objRstDataCollection - the matched data set collectionjava.sql.SQLExceptionpublic short retrieve(IDataSet objIDataSet, ISingleCollection<IDataSet> objRstDataCollection) throws java.sql.SQLException
objIDataSet - The data set contains identifiers.objRstDataSetCollection - the obj result data set collectionjava.sql.SQLException