ISPatient.HistoryDescription

Description

General comments about the patient's obstetric history.

Syntax

object.HistoryDescription

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

string

Example

Display the content of the Obstetric History field.

Dim aPatient  
Dim aHistoryDescription

Set aPatient = Profile.SelectPatient
aHistoryDescription = aPatient.HistoryDescription
Profile.MsgBox (aHistoryDescription)  
Note:

In Profile Client v8 on User Interface History Description can be found in Clinical > Medical Record > Obstetric > Obstetric History field.

Version information

Added in v7.8.0