PatientConstructor |
[This is preliminary documentation and is subject to change.]
Construct and return a Patient object, read from database, Identified by key value(s).
PatientConstructor(id)
Name | Type | Description |
---|---|---|
id | Integer | Id of a Patient object |
PatientConstructor(nationalId)
Name | Type | Description |
---|---|---|
nationalId | String | The NationalId value |
The Patient object identified by the passed key value(s) - null if not found