Any narrative details of the patient's family history.
object.FamilyHistory
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the content of the Family History field.
Dim aPatient
Dim aFamilyHistory
Set aPatient = Profile.SelectPatient
aFamilyHistory = aPatient.FamilyHistory
Profile.MsgBox (aFamilyHistory)
In Profile Client v8 on User Interface Family History can be found in
.