This is a free text field to record any further maternity information.
object.MaternityAnnotation
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
IsPatientMaternity interface |
string
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)
In Profile Client v8 on User Interface Maternity Annotation can be found in
.