waelti.statistics.queries
Class PatientCosts
java.lang.Object
Job
ch.elexis.actions.BackgroundJob
waelti.statistics.queries.AbstractQuery
waelti.statistics.queries.AbstractTimeSeries
waelti.statistics.queries.PatientCosts
public class PatientCosts
- extends AbstractTimeSeries
Method Summary |
IStatus |
execute(IProgressMonitor monitor)
This method is used to actually execute the query. |
java.lang.String |
getDescription()
a short description to be displayed in the query dialog by the metamodel. |
java.lang.String |
getHeader()
Returns a string which describes the actual query with all its settings. |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatientCosts
public PatientCosts()
execute
public IStatus execute(IProgressMonitor monitor)
- Description copied from class:
AbstractQuery
- This method is used to actually execute the query. Inherited from BackgroundJob.
- Specified by:
execute
in class AbstractQuery
getDescription
public java.lang.String getDescription()
- Description copied from class:
AbstractQuery
- a short description to be displayed in the query dialog by the metamodel.
- Specified by:
getDescription
in class AbstractQuery
getTableHeadings
public java.util.List<java.lang.String> getTableHeadings()
- Description copied from class:
AbstractQuery
- Returns the list containing of all columns header, e.g. for a table.
- Specified by:
getTableHeadings
in class AbstractQuery
getTitle
public java.lang.String getTitle()
- Description copied from class:
AbstractQuery
- getName() used by BackgroundJob. Returns the name of this query. Used by the metamodel.
- Specified by:
getTitle
in class AbstractQuery
getHeader
public java.lang.String getHeader()
- Description copied from class:
AbstractQuery
- Returns a string which describes the actual query with all its settings. Used as a header
before the result table.
- Overrides:
getHeader
in class AbstractQuery
getSize
public int getSize()
- Description copied from class:
BackgroundJob
- Elementzahl dieses Jobs erfragen
- Specified by:
getSize
in class BackgroundJob
Copyright 2005-2011 by Gerry Weirich, Elexis