Skip to main content

PersonName

@icure/medical-device-sdk / PersonName

Class: PersonName

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

Table of contents​

Constructors​

Properties​

Methods​

Constructors​

constructor​

• new PersonName(json)

Parameters​

NameType
jsonIPersonName

Defined in​

src/models/PersonName.ts:18

Properties​

end​

• Optional end: number

Defined in​

src/models/PersonName.ts:27


firstNames​

• firstNames: string[]

Defined in​

src/models/PersonName.ts:25


lastName​

• Optional lastName: string

Defined in​

src/models/PersonName.ts:24


prefix​

• prefix: string[]

Defined in​

src/models/PersonName.ts:28


start​

• Optional start: number

Defined in​

src/models/PersonName.ts:26


suffix​

• suffix: string[]

Defined in​

src/models/PersonName.ts:29


text​

• Optional text: string

Defined in​

src/models/PersonName.ts:30


use​

• Optional use: PersonNameUseEnum

Defined in​

src/models/PersonName.ts:31

Methods​

marshal​

â–¸ marshal(): IPersonName

Returns​

IPersonName

Defined in​

src/models/PersonName.ts:33