| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountNumber |
Account number of the practice for which patient will be registered (Required). |
string |
None. |
| PatientId |
(Read only) It will return the ID of the patient after the registration process. |
globally unique identifier |
None. |
| Username |
User name of the patient for login into the portal (Required). |
string |
None. |
| Password |
Password (Required). |
string |
None. |
| DateOfBirth |
Date of birth of the patient (Required). |
date |
None. |
| Gender |
Gender of the patient (Required). Possible values are Unspecified, Female, Male. |
string |
None. |
| SexId |
Sex ID of the model in the portal. |
integer |
None. |
| Contact |
Contact details of the patient (Required). |
ContactModel |
None. |
| TermsOfUseAccepted |
Indicates if user has accepted the terms of use. |
boolean |
None. |