IsPatientMaternity.Terminations

Description

The number of therapeutic abortions the patient has had.

Syntax

object.Terminations

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

Return Value

int

Example

Display the number of therapeutic abortions.

Dim aPatient  
Dim aTerminations
Dim aMaternity

Set aPatient = Profile.SelectPatient 
Set aMaternity = aPatient.GetMaternity
aTerminations = aMaternity.Terminations
Profile.MsgBox (aTerminations)     
Note: The Maternity view is only available to female patients. Terminations also can be called Therapeutic Abortion.

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

Version information

Added in v7.8.0