IsPatientMaternity.Abortion

Description

The total number of abortions the patient has had.

Syntax

object.Abortion

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

Return Value

int

Example

Display the total number of abortions.

Dim aPatient  
Dim aAbortion
Dim aMaternity

Set aPatient = Profile.SelectPatient
Set aMaternity = aPatient.GetMaternity
aAbortion = aMaternity.Abortion
Profile.MsgBox (aAbortion)    
Note: The Maternity view is only available to female patients.

In Profile Client v8 on User Interface Abortion can be found in Patient > Alter Patient > Maternity > Abortion field or in Clinical > Medical Record > Obstetric > Edit > Maternal Summary > Abortion field.

Version information

Added in v7.8.0