|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJob
ch.elexis.actions.BackgroundJob
waelti.statistics.queries.AbstractQuery
waelti.statistics.queries.AbstractTimeSeries
waelti.statistics.queries.Consultations
public class Consultations
This class is responsible for retaining all information about costs per consultation in a given
time period and for specified cohorts.
The resulting list contains following columns:
AbstractQuery| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ch.elexis.actions.BackgroundJob |
|---|
BackgroundJob.BackgroundJobListener |
| Constructor Summary | |
|---|---|
Consultations()
empty constructor |
|
| Method Summary | |
|---|---|
IStatus |
execute(IProgressMonitor monitor)
This method executes the query and creates the content which is then accessible through getContent. |
java.lang.String |
getCohortSize()
|
java.lang.String |
getDescription()
a short description to be displayed in the query dialog by the metamodel. |
int |
getSize()
Elementzahl dieses Jobs erfragen |
java.util.List<java.lang.String> |
getTableHeadings()
Returns the list containing of all columns header, e.g. for a table. |
java.lang.String |
getTitle()
getName() used by BackgroundJob. |
void |
setCohortSize(java.lang.String cohortSize)
|
| Methods inherited from class waelti.statistics.queries.AbstractTimeSeries |
|---|
getEndDate, getStartDate, metaGetEndDate, metaGetStartDate, metaSetEndDate, metaSetStartDate, setEndDate, setStartDate |
| Methods inherited from class waelti.statistics.queries.AbstractQuery |
|---|
getContentProvider, getHeader, getLabelProvider, getMatrix |
| Methods inherited from class ch.elexis.actions.BackgroundJob |
|---|
addListener, getData, getJobname, invalidate, isValid, removeListener |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Consultations()
| Method Detail |
|---|
public java.util.List<java.lang.String> getTableHeadings()
AbstractQuery
getTableHeadings in class AbstractQuerypublic IStatus execute(IProgressMonitor monitor)
execute in class AbstractQuerypublic int getSize()
BackgroundJob
getSize in class BackgroundJobpublic java.lang.String getDescription()
getDescription in class AbstractQuerypublic java.lang.String getTitle()
getTitle in class AbstractQuerypublic java.lang.String getCohortSize()
public void setCohortSize(java.lang.String cohortSize)
throws SetDataException
SetDataException
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||