ISPatient.LeadCareGiver

Description

The person, who is responsible for the health of the patient, returned as ID.

Syntax

object.LeadCareGiver

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

Return Value

string

Example

Display the lead care giver ID.

Dim aPatient  
Dim aLeadCareGiver

Set aPatient = Profile.SelectPatient
aLeadCareGiver = aPatient.LeadCareGiver
Profile.MsgBox (aLeadCareGiver)    
Note:

In Profile Client v8 on User Interface Lead Care Giver can be found in Patient > Alter Patient > Family > Lead Care Giver field.

Version information

Added in v7.8.0