ISPatient.PatHeritage

Description

Country of heritage of the patient's father.

Syntax

object.PatHeritage

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

Return Value

string

Example

Display the country of the patient's paternal heritage.

Dim aPatient  
Dim aPatHeritage

Set aPatient = Profile.SelectPatient
aPatHeritage = aPatient.PatHeritage
Profile.MsgBox (aPatHeritage)    
Note: Only for New Zealand.

In Profile Client v8 on User Interface Paternal Heritage can be found in Patient > Alter Patient > Social > Paternal Heritage field.

Version information

Added in v7.8.0