names property

  1. @override
List<PersonName> names
getter/setter pairoverride

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

@override
List<PersonName> names;