ISPatient.LeadCareGiverId

Description

Identifier of the person, who is responsible for the health of the patient.

Syntax

object.LeadCareGiverId

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

int

Example

Display the lead care giver ID.

Dim aPatient  
Dim aLeadCareGiverId

Set aPatient = Profile.SelectPatient 
aLeadCareGiverId = aPatient.LeadCareGiverId
Profile.MsgBox (aLeadCareGiverId)    
Note:

In Profile Client v8 on User Interface Lead Care Giver Id cannot be found.

Version information

Added in v7.8.0