This property is True if the patient is considered the financial head of the family.
object.FamilyHead
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
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)
In Profile Client v8 on User Interface Family Head checkbox can be checked in
.