ObservationDataDb

constructor(id: Int = obsCounter++, context: String? = null, subject: String? = null, response: String = "", obsNum: Int = -1, obsValue: Double = Double.NaN)

Parameters

id

the identifier for the observation

context

a context for interpreting the data.

subject

the subject (or name) of the observation

response

the name of the response being observed

obsNum

an ordered numbering of the observations within the subject

obsValue

the value of the observation