Click or drag to resize
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.

Patient properties

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)

Note Note

NationalIdDisplay and NationalId exist only in TOPICA release 4.23 and newer - in earlier releases, use one of the (now obsolete) aliases!

National id is labeled differently depending on the country (culture):

Country

Description

Denmark

CPR-nummer

Sweden

Personnummer

UK

NHS id

USA

Social Security Number

NationalIdInternal

Obsolete alias: CPRInternal

String

National person identification in INTERNAL format (as stored in database).

Note Note

NationalIdInternal exists only in TOPICA release 4.23 and newer - in earlier releases, use the (now obsolete) alias!

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