names property

List<PersonNameDto> names
getter/setter pair

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

Implementation

List<PersonNameDto> names;