names property

List<PersonNameDto> names
getter/setter pair

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<PersonNameDto> names;