Skip to main content

ICureRegistrationEmail

@icure/medical-device-sdk / ICureRegistrationEmail

Class: ICureRegistrationEmail

Implements​

Table of contents​

Constructors​

Properties​

Methods​

Constructors​

constructor​

• new ICureRegistrationEmail(dataOwner, link, solutionName, patient)

Parameters​

NameType
dataOwnerHealthcareProfessional | Patient
linkstring
solutionNamestring
patientPatient

Defined in​

src/utils/msgGtwMessageFactory.ts:38

Properties​

dataOwner​

• dataOwner: HealthcareProfessional | Patient

Implementation of​

EmailMessageFactory.dataOwner

Defined in​

src/utils/msgGtwMessageFactory.ts:32


hcpEmail​

• hcpEmail: string

Defined in​

src/utils/msgGtwMessageFactory.ts:33


• link: string

Implementation of​

EmailMessageFactory.link

Defined in​

src/utils/msgGtwMessageFactory.ts:34


patient​

• patient: Patient

Implementation of​

EmailMessageFactory.patient

Defined in​

src/utils/msgGtwMessageFactory.ts:36


solutionName​

• solutionName: string

Defined in​

src/utils/msgGtwMessageFactory.ts:35

Methods​

get​

â–¸ get(recipient, recipientPassword): EmailMessage

Parameters​

NameType
recipientUser
recipientPasswordstring

Returns​

EmailMessage

Implementation of​

EmailMessageFactory.get

Defined in​

src/utils/msgGtwMessageFactory.ts:48