Skip to main content

Identifier

@icure/medical-device-sdk / Identifier

Class: Identifier

Typically used for business / client identifiers. An identifier should identify a patient uniquely and unambiguously. However, iCure can't guarantee the uniqueness of those identifiers : This is something you need to take care of.

Table of contents​

Constructors​

Properties​

Methods​

Constructors​

constructor​

• new Identifier(json)

Parameters​

NameType
jsonIIdentifier

Defined in​

src/models/Identifier.ts:19

Properties​

assigner​

• Optional assigner: string

Defined in​

src/models/Identifier.ts:26


end​

• Optional end: string

Defined in​

src/models/Identifier.ts:28


id​

• Optional id: string

Defined in​

src/models/Identifier.ts:25


start​

• Optional start: string

Defined in​

src/models/Identifier.ts:27


system​

• Optional system: string

Defined in​

src/models/Identifier.ts:29


type​

• Optional type: CodingReference

Defined in​

src/models/Identifier.ts:30


use​

• Optional use: string

Defined in​

src/models/Identifier.ts:31


value​

• Optional value: string

Defined in​

src/models/Identifier.ts:32

Methods​

marshal​

â–¸ marshal(): IIdentifier

Returns​

IIdentifier

Defined in​

src/models/Identifier.ts:34