|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractQuery | |
---|---|
example.queries | |
waelti.statistics.actions | |
waelti.statistics.export | |
waelti.statistics.queries | |
waelti.statistics.views |
Uses of AbstractQuery in example.queries |
---|
Subclasses of AbstractQuery in example.queries | |
---|---|
class |
PatientExample
|
Uses of AbstractQuery in waelti.statistics.actions |
---|
Methods in waelti.statistics.actions with parameters of type AbstractQuery | |
---|---|
void |
NewQueryAction.setConfiguredQuery(AbstractQuery configuredQuery)
|
Uses of AbstractQuery in waelti.statistics.export |
---|
Methods in waelti.statistics.export with parameters of type AbstractQuery | |
---|---|
static java.io.File |
CSVWriter.write(AbstractQuery query,
java.io.File file)
Writes the data to a csv file with ';' as a delimiter and returns the file. |
static java.io.File |
CSVWriter.write(AbstractQuery query,
java.lang.String file)
|
Uses of AbstractQuery in waelti.statistics.queries |
---|
Subclasses of AbstractQuery in waelti.statistics.queries | |
---|---|
class |
AbstractTimeSeries
This class implements the basic features a query with a time series needs. |
class |
Consultations
This class is responsible for retaining all information about costs per consultation in a given time period and for specified cohorts. |
class |
PatientCosts
|
Uses of AbstractQuery in waelti.statistics.views |
---|
Methods in waelti.statistics.views that return AbstractQuery | |
---|---|
AbstractQuery |
OptionPanel.getQuery()
Reads all fields, sets them via the meta model and returns the configured query. |
AbstractQuery |
OutputView.getQuery()
|
AbstractQuery |
TableViewerFactory.getQuery()
|
Methods in waelti.statistics.views with parameters of type AbstractQuery | |
---|---|
void |
ResultTable.createTable(AbstractQuery query)
Creates the table with the given query. |
void |
OutputView.setQuery(AbstractQuery query)
|
void |
TableViewerFactory.setQuery(AbstractQuery query)
|
void |
OptionPanel.updateContent(AbstractQuery selectedQuery)
|
Constructors in waelti.statistics.views with parameters of type AbstractQuery | |
---|---|
ResultTable(Composite parent,
int style,
AbstractQuery query)
standard constructor |
|
TableViewerFactory(Composite parent,
AbstractQuery query)
constructor |
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |