ISPatient.PastHistory

Description

Any details about the patient's past diseases.

Syntax

object.PastHistory

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

Return Value

string

Example

Display the content of the Past History field.

Dim aPatient  
Dim aPastHistory

Set aPatient = Profile.SelectPatient
aPastHistory = aPatient.PastHistory
Profile.MsgBox (aPastHistory)  
Note:

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

Version information

Added in v7.8.0