Identifier of the person, who is responsible for the health of the patient.
object.LeadCareGiverId
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the lead care giver ID.
Dim aPatient
Dim aLeadCareGiverId
Set aPatient = Profile.SelectPatient
aLeadCareGiverId = aPatient.LeadCareGiverId
Profile.MsgBox (aLeadCareGiverId)
In Profile Client v8 on User Interface Lead Care Giver Id cannot be found.