ISPatient.FamilyHistory

Description

Any narrative details of the patient's family history.

Syntax

object.FamilyHistory

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

Return Value

string

Example

Display the content of the Family History field.

Dim aPatient  
Dim aFamilyHistory

Set aPatient = Profile.SelectPatient 
aFamilyHistory = aPatient.FamilyHistory
Profile.MsgBox (aFamilyHistory)  
Note:

In Profile Client v8 on User Interface Family History can be found in Clinical > Clinical Details > Family > Social History > Family History field.

Version information

Added in v7.8.0