Any details about the patient's past diseases.
object.PastHistory
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the content of the Past History field.
Dim aPatient
Dim aPastHistory
Set aPatient = Profile.SelectPatient
aPastHistory = aPatient.PastHistory
Profile.MsgBox (aPastHistory)
In Profile Client v8 on User Interface Past History can be found in
.