dsg.smart
Interface TimeseriesSpec


public interface TimeseriesSpec

Description of a timeseries. The spec indicates the iPaq on which the timeseries was recorded, as well as the type of instrument attached to the iPaq it is recording.


Field Summary
static int I_EKG1
          Constant indicating EKG lead no. 1 on an iPaq
static int I_EKG2
          Constant indicating EKG lead no. 2 on an iPaq
static int I_OXYMETER
          Constant indicating an oxymeter on an iPaq
 
Method Summary
 java.util.Date getDateCreated()
          Timestamp of when the timeseries was created --- this must be equal to or before the data o the first data element.
 int getInstrument()
          Instrument attached to the iPaq --- see above constants.
 StationID getStationID()
          iPaq on which this was collected
 

Field Detail

I_EKG1

public static final int I_EKG1
Constant indicating EKG lead no. 1 on an iPaq

See Also:
Constant Field Values

I_EKG2

public static final int I_EKG2
Constant indicating EKG lead no. 2 on an iPaq

See Also:
Constant Field Values

I_OXYMETER

public static final int I_OXYMETER
Constant indicating an oxymeter on an iPaq

See Also:
Constant Field Values
Method Detail

getStationID

public StationID getStationID()
iPaq on which this was collected


getDateCreated

public java.util.Date getDateCreated()
Timestamp of when the timeseries was created --- this must be equal to or before the data o the first data element.


getInstrument

public int getInstrument()
Instrument attached to the iPaq --- see above constants.