Devices are the devices that the PainChek application runs on - i.e. the Android or iOS devices that are used the capture assessments and manage patients.
Key Device fields
Field |
Type |
Comment |
---|---|---|
id |
Mandatory Integer |
A sequential identifier |
system |
Mandatory Integer |
1=Android device, 2=iOS device |
is_active |
Mandatory boolean |
Indicates if the device is active and can be used to access PainChek. Defaults to true. |
Listing Devices
To list the all Devices in your PainChek instance (in the User Acceptance Environment), you can issue this command:
curl https://ap.ua.painChek.com/api/installation/devices/
Sample return data:
Creating a Device
This is currently an unsupported action and should not be attempted
Updating a Device
This is currently an unsupported action and should not be attempted