|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
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 |
Field Summary |
---|
Fields inherited from class ch.elexis.actions.BackgroundJob |
---|
jobname, listeners, log, result |
Fields inherited from class org.eclipse.core.runtime.jobs.Job |
---|
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING |
Fields inherited from class org.eclipse.core.internal.jobs.InternalJob |
---|
manager |
Constructor Summary | |
---|---|
Consultations()
empty constructor |
Method Summary | |
---|---|
org.eclipse.core.runtime.IStatus |
execute(org.eclipse.core.runtime.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. |
protected void |
initData()
Initializes the standard data for this query. |
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, getList, getMatrix, setContentProvider, setLabelProvider, setList |
Methods inherited from class ch.elexis.actions.BackgroundJob |
---|
addListener, fireFinished, getData, getJobname, invalidate, isValid, removeListener, run |
Methods inherited from class org.eclipse.core.runtime.jobs.Job |
---|
addJobChangeListener, belongsTo, cancel, canceling, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule |
Methods inherited from class org.eclipse.core.internal.jobs.InternalJob |
---|
compareTo |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Constructor Detail |
---|
public Consultations()
Method Detail |
---|
protected void initData()
AbstractTimeSeries
initData
in class AbstractTimeSeries
public java.util.List<java.lang.String> getTableHeadings()
AbstractQuery
getTableHeadings
in class AbstractQuery
public org.eclipse.core.runtime.IStatus execute(org.eclipse.core.runtime.IProgressMonitor monitor)
execute
in class AbstractQuery
public int getSize()
BackgroundJob
getSize
in class BackgroundJob
public java.lang.String getDescription()
getDescription
in class AbstractQuery
public java.lang.String getTitle()
getTitle
in class AbstractQuery
public java.lang.String getCohortSize()
public void setCohortSize(java.lang.String cohortSize) throws SetDataException
SetDataException
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |