| Name | Description | Type | Additional information |
|---|---|---|---|
| PermissionID |
The ID that identifies the permission |
integer |
None. |
| Name |
The name of the Patient field that this permission relates to |
string |
None. |
| Type |
The C# type of the property. (0 = DateTime, 1 = Int16, 2 = Int32, 3 = String - Internal Noah Types) |
integer |
None. |
| Required |
Specify whether or not this field is required when creating/changing a patient record |
boolean |
None. |
| Default |
Is the permission a default permission i.e. part of the permission that a new app gets when it registers with Noah |
boolean |
None. |
| MinLength |
Minimum length of the field (only valid for strings) |
integer |
None. |
| MaxLength |
Maximum length of the field (only valid for strings) |
integer |
None. |