waelti.statistics.queries
Class AbstractTimeSeries
java.lang.Object
Job
ch.elexis.actions.BackgroundJob
waelti.statistics.queries.AbstractQuery
waelti.statistics.queries.AbstractTimeSeries
- Direct Known Subclasses:
- Consultations, PatientCosts, PatientExample
public abstract class AbstractTimeSeries
- extends AbstractQuery
This class implements the basic features a query with a time series needs. For a description of
the requirements for a query see AbstractQuery.
- Author:
- michael waelti
- See Also:
AbstractQuery
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTimeSeries
public AbstractTimeSeries(java.lang.String name)
setStartDate
public void setStartDate(java.util.Calendar startDate)
getStartDate
public java.util.Calendar getStartDate()
setEndDate
public void setEndDate(java.util.Calendar endDate)
getEndDate
public java.util.Calendar getEndDate()
metaGetStartDate
public java.lang.String metaGetStartDate()
- Get the start date of this query. Inclusive.
metaSetStartDate
public void metaSetStartDate(java.lang.String startDate)
throws SetDataException
- Set the start date of this query. Inclusive the given date. Format of the string has to be
d[d].m[m].yyyy
- Throws:
SetDataException
metaGetEndDate
public java.lang.String metaGetEndDate()
- Get the end date of this query. Inclusive.
metaSetEndDate
public void metaSetEndDate(java.lang.String endDate)
throws SetDataException
- Set the end date of this query. Inclusive the given date. The string has to be in this
format: d[d].m[m].yyyy
- Throws:
SetDataException
Copyright 2005-2011 by Gerry Weirich, Elexis