The devices attributes are recorded inside the "Device" assessment object. It records the basic information about the device that was used to perform the assessment.
Note
Note that the "Device" object is part of the "Assessment" data object - see Managing PainChek Assessments.
Field |
Type |
Comment |
---|---|---|
manufacturer |
Mandatory String |
The manufacturer of the device performing the assessment |
model |
Mandatory String |
The model of the device performing the assessment |
os_type |
Mandatory String |
The operating system type of the device performing the assessment |
os_version |
Mandatory String |
The version number of the previous item |
app_version |
Mandatory String |
The PainChek mobile applications version number - Includes build number in brackets after the version number. |
device_id |
Mandatory UUID |
The UUID of the device that the assessment was recorded on |
Note
The field indicated above with "Mandatory" may contain nulls.
A sample "Device" assessment object is shown below:
"device": { "manufacturer": "apple", "model": "iphone7,2", "os_type": "ios", "os_version": "10.3", "app_version": "1.20 (1)", "device_id": "1F4325EE-94F2-47B0-97A3-E8BCF123DAEC" }