IsPatientMaternity.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 IsPatientMaternity interface

Return Value

string

Example

Display any further maternity information from Maternity Annotation field.

Dim aPatient  
Dim aMaternityAnnotation
Dim aMaternity

Set aPatient = Profile.SelectPatient 
Set aMaternity = aPatient.GetMaternity
aMaternityAnnotation = aMaternity.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