Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.36 KB

MeasurementSet.md

File metadata and controls

14 lines (12 loc) · 1.36 KB

MeasurementSet

Properties

Name Type Description Notes
combination_operation string Way to aggregate measurements over time. SUM should be used for things like minutes of exercise. If you use MEAN for exercise, then a person might exercise more minutes in one day but add separate measurements that were smaller. So when we are doing correlational analysis, we would think that the person exercised less that day even though they exercised more. Conversely, we must use MEAN for things such as ratings which cannot be SUMMED. [optional]
measurement_items \CureDAO\Client\Models\MeasurementItem[] Array of timestamps, values, and optional notes
source_name string Name of the application or device used to record the measurement values
unit_abbreviated_name string Unit of measurement
variable_category_name string Ex: Emotions, Treatments, Symptoms... [optional]
variable_name string ORIGINAL name of the variable for which we are creating the measurement records
upc string UPC or other barcode scan result [optional]

[Back to Model list] [Back to API list] [Back to README]