| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Gets the ID. The ID is a unique identification of the object/record in the database. Controlled by Noah. Must be set to null or 0 when adding a new patient record but when updating the ID must be set. |
integer |
None. |
| CreateDate |
Gets Create Date. Controlled by Noah. When adding or updating Noah ignore this. |
string |
None. |
| PatientGUID |
Gets patient GUID. Controlled by Noah. When adding or updating Noah ignore this. |
globally unique identifier |
None. |
| PatientNo |
Gets or sets the patient no. Max length is 20 characters. Controlled by Noah. When adding or updating Noah ignore this. |
string |
None. |
| CreatedBy |
Gets the created by. Max length is 3 characters (User Initials). Controlled by Noah. Can be omitted by App when adding or updating. |
string |
None. |
| LastModifiedDate |
Gets the last modified date. Controlled by Noah. When adding or updating Noah ignore this. |
string |
None. |
| ActivePatient |
Gets or sets the active patient. If set to null it will be set to true. |
boolean |
None. |
| FirstName |
Gets or sets the first name. Max length is 30 characters. |
string |
None. |
| MiddleName |
Gets or sets the name of the middle. Max length is 30 characters. |
string |
None. |
| LastName |
Gets or sets the last name. Max length is 30 characters. |
string |
None. |
| Gender |
Gets or sets the gender. |
integer |
None. |
| BirthDate |
Gets or sets the birth date. |
string |
None. |
| Salutation |
Gets or sets the salutation. Max length is 30 characters. |
string |
None. |
| Title |
Gets or sets the title. Max length is 30 characters. |
string |
None. |
| Address1 |
Gets or sets the address1. Max length is 30 characters. |
string |
None. |
| Address2 |
Gets or sets the address2. Max length is 30 characters. |
string |
None. |
| Address3 |
Gets or sets the address3. Max length is 30 characters. |
string |
None. |
| Province |
Gets or sets the province. Max length is 30 characters. |
string |
None. |
| ZipCode |
Gets or sets the zip. Max length is 20 characters. |
string |
None. |
| City |
Gets or sets the city. Max length is 30 characters. |
string |
None. |
| Country |
Gets or sets the country. Max length is 30 characters. |
string |
None. |
| HomeTelephone |
Gets or sets the home phone. Max length is 30 characters. |
string |
None. |
| WorkTelephone |
Gets or sets the work phone. Max length is 30 characters. |
string |
None. |
| MobileTelephone |
Gets or sets the mobile phone. Max length is 30 characters. |
string |
None. |
|
Gets or sets the E mail. Max length is 50 characters. |
string |
None. |
|
| SSNumber |
Gets or sets the SS number. Max length is 20 characters. |
string |
None. |
| Physician |
Gets or sets the physician. Max length is 30 characters. |
string |
None. |
| Referral |
Gets or sets the referral. Max length is 30 characters. |
string |
None. |
| Insurance1 |
Gets or sets the insurance1. Max length is 30 characters. |
string |
None. |
| Insurance2 |
Gets or sets the insurance2. Max length is 30 characters. |
string |
None. |
| Other1 |
Gets or sets the Other1. Max length is 30 characters. |
string |
None. |
| Other2 |
Gets or sets the Other2. Max length is 30 characters. |
string |
None. |