An array of annotations.
An array of associations for the resource.
Clock drift offset, expressed as milliseconds.
Conversion offset, expressed as milliseconds.
String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit UUID v4
String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit UUID v4
Globally unique to device and repeatable with each upload, e.g. device make and model with serial number
Revision history of the event
Location information associated with the resource. One or both of name
and gps
must be specified.
String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit UUID v4
An array of 1 to 100 notes.
External origin information for the source of the resource.
Grab bag field for data that isn't yet part of the data model. The maximum size is 4K bytes.
An array of tags.
A string timezone name from the IANA timezone database
Time zone offset, expressed as positive or negative number of minutes from UTC.
Data type
An upload identifier; this field should be the uploadId of the corresponding upload record
A string ID. Added to each event during data processing in the Tidepool Uploader or upon ingestion by the platform data ingestion service.
This is the Tidepool data type representing an alert presented to the user from a device or controller.
This is the Tidepool data type to represent ab alert presented to the user from a device or controller.
The name of the alert, not necessarily human readable. This is not a unique identifier for the alert, but rather a name of the class of alert presented to the user. For example, "CGM.lowGlucose".
The priority of the alert. One of critical
, normal
, or timeSensitive
.
The trigger that causes the alert to be presented. One of delayed
, immediate
, or repeating
.
For a delayed
or repeating
trigger alert, the delay, in seconds, before the alert is presented after it is initially issued and, for repeating
trigger alerts, the delay before re-presenting it after it was previously presented.
The sound associated with the alert. One of name
, silence
, or vibrate
.
For a name
sound, then name of the sound played when the alert is presented.
The time the alert was issued (aka created).
The time the alert was first acknowledged by the user after it was presented.
The time the alert was retracted after it was presented.
{
"id": "02ccebd2affc472d9b296d4f1f800dfd",
"time": "2018-05-14T08:17:07.560Z",
"type": "alert",
"name": "CGM.lowGlucose",
"priority": "timeSensitive",
"trigger": "delayed",
"triggerDelay": 900,
"sound": "name",
"soundName": "Gong",
"issuedTime": "2018-05-14T08:17:07.560Z",
"acknowledgedTime": "2018-05-14T08:33:03.254Z",
"retractedTime": "2018-05-14T08:35:12.884Z",
"uploadId": "0d92d5c1c22117a18f3620b9e24d3c06"
}