TOPICA Basic Class Patient |
[This is preliminary documentation and is subject to change.]
The Patient class models patients.
Notes that "patient" may be labelled something else in the user interface. That does not have any influence on the Patient class, however.
Property | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Id | Integer | Internal ID of patient | ||||||||||||
NationalIdDisplay Alias: NationalId Obsolete aliases: CPR, CPRnr | String | NationalId in display format (as displayed in user interface)
National id is labeled differently depending on the country (culture):
| ||||||||||||
NationalIdInternal Obsolete alias: CPRInternal | String | National person identification in INTERNAL format (as stored in database).
| ||||||||||||
FirstName | String | First name | ||||||||||||
LastName | String | Last name | ||||||||||||
Name | String | Concatenation of FirstName and LastName Patient.Name = Patient.FirstName + " " + Patient.LastName | ||||||||||||
PhoneJob | String | |||||||||||||
PhonePrivate | String | |||||||||||||
MobileJob | String | |||||||||||||
MobilePrivate | String | |||||||||||||
FaxJob | String | |||||||||||||
FaxPrivate | String | |||||||||||||
EmailJob | String | |||||||||||||
EmailPrivate | String |