ISPatient.MaternityAnnotation

Description

This is a free text field to record any further maternity information.

Syntax

object.MaternityAnnotation

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

Return Value

string

Example

Display any further maternity information from Maternity Annotation field.

Dim aPatient  
Dim aMaternityAnnotation

Set aPatient = Profile.SelectPatient 
aMaternityAnnotation = aPatient.MaternityAnnotation
Profile.MsgBox (aMaternityAnnotation)   
Note: The Maternity view is only available to female patients.

In Profile Client v8 on User Interface Maternity Annotation can be found in Patient > Alter Patient > Maternity > Annotation field.

Version information

Added in v7.8.0