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 “Device Assessment" data object - see Managing NRS 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
This block of data is identical to the corresponding block used for PainChek assessments - see "PainChek Device" Assessment Object
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" }