A license grants access to the PainChek system. Your user id is linked to your license and all data (patients, assessments, comments, etc) are also linked back to the license.
Key License fields
Field |
Type |
Comment |
---|---|---|
start |
Mandatory Date |
The start date of the license |
expiry |
Mandatory Date |
The end date of the license (after this date, the license can no longer be used) |
is_expiring |
Mandatory boolean |
Indicates if the license is expiring "soon". |
type | Mandatory Integer | 1=Commercial (institutional), 2=Private (personal) |
holder | Mandatory JSON Object | A JSON object containing the details of the user or company the license is linked to. |
Listing Licenses
To list details of your PainChek license (in the User Acceptance Environment), you can issue this command:
curl https: //ap.ua.painchek.com/api/license/licenses/ |
Sample return data:
Creating a License
This is an unsupported action and should not be attempted
Updating a License
This is an unsupported action and should not be attempted