eu.transformproject.provenance.ws
public interface ProvenanceWS_DataQualityTool_Interface extends CommomInstantiationInterface
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
createAndAnswerQuery(java.util.Date start,
java.util.Date end,
java.lang.String query,
int rowNumberResults,
java.util.List firstRowResult)
createAndAnswerQuery.
|
void |
requestPatientRecords(java.lang.String uriQueryResult,
java.util.Date start,
java.util.Date end)
requestPatientRecords.
|
void |
saveQuery(java.lang.String uriQuery,
java.util.Date start,
java.util.Date end)
saveQuery.
|
void |
saveQueryResult(java.lang.String uriQueryResult,
java.util.Date start,
java.util.Date end)
saveQueryResult.
|
closeSession, createSession, endsPackageData, getSyncDateTime, login, logout, receiveData, sendData, startPackageData, unpackageData
java.lang.String[] createAndAnswerQuery(java.util.Date start, java.util.Date end, java.lang.String query, int rowNumberResults, java.util.List firstRowResult) throws java.lang.Exception
start
- the start time of the creating and answering query process.end
- the end time of the the create and answering query process.query
- the query created by the system after the user interactionqueryResult
- the resulting patient selection listjava.lang.Exception
- the exceptionvoid saveQuery(java.lang.String uriQuery, java.util.Date start, java.util.Date end) throws java.lang.Exception
uriQuery
- URI the first element in the list returned by createAndAswerQuery() methodstart
- the start time of the query saving process.end
- the end time of the query saving process.java.lang.Exception
- the exceptionvoid saveQueryResult(java.lang.String uriQueryResult, java.util.Date start, java.util.Date end) throws java.lang.Exception
uriQueryResult
- the second element in the list returned by createAndAswerQuery() methodstart
- the start time of the query saving process.end
- the end time of the query saving process.java.lang.Exception
- the exceptionvoid requestPatientRecords(java.lang.String uriQueryResult, java.util.Date start, java.util.Date end) throws java.lang.Exception
uriQueryResult
- URI returned in the dictionary of the createAndAswerQuery methodstart
- the start time of the query saving process.end
- the end time of the query saving process.java.lang.Exception
- the exception