ISPatient.ObstetricHistory

Description

General comments about the patient's obstetric history.

Syntax

object.ObstetricHistory

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

Return Value

string

Example

Display the content of the Obstetric History field in RTF format.

Dim aPatient  
Dim aObstetricHistory

Set aPatient = Profile.SelectPatient
aObstetricHistory = aPatient.ObstetricHistory
Profile.MsgBox (aObstetricHistory) 
Note:

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

Version information

Added in v7.8.0