Field | Type | Optional | Description |
---|
id | 32-bit Integer | N/A | Unique client identifier | code | String | Optional | A unique code that correlates the student to an external database and/or obfuscates the student's name | date_of_birth | Date | Required | date of birth of the client | diagnosis | String | Optional | | first_name | String | Optional | | last_name | String | Optional | | gender | 32-bit Integer | Required | 1 = male, 2 = female | organization_id | 32-bit Integer | RequiredAlways: 1 | An id the identifies the organization that the client is crated for. | settings | String | Optional | Any information associated with the client |
|