names property
List<PersonName>
get
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;
set
names
(List<PersonName> value)
Implementation
set names(List<PersonName> value);