names property

List<PersonName> names

the list of all names of the patient, also containing the official full name information. Ordered by preference of use. First element is therefore the official name used for the patient in the application

Implementation

List<PersonName> get names;
void names=(List<PersonName> value)

Implementation

set names(List<PersonName> value);