|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int I_EKG1
public static final int I_EKG2
public static final int I_OXYMETER
Method Detail |
public StationID getStationID()
public java.util.Date getDateCreated()
public int getInstrument()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |