ISPatient.FamilyHead

Description

This property is True if the patient is considered the financial head of the family.

Syntax

object.FamilyHead

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

Return Value

bool

Example

Display FamilyHead for the patient.

Dim aPatient  
Dim aFamilyHead 

Set aPatient = Profile.SelectPatient 
aFamilyHead = aPatient.FamilyHead
Profile.MsgBox ("The patient is the financial head of the family: " & aFamilyHead) 
Note:

In Profile Client v8 on User Interface Family Head checkbox can be checked in Patient > Alter Patient > Family.

Version information

Added in v7.8.0