ISPatient.Termintations

Description

The number of therapeutic abortions the patient has had.

Syntax

object.Termintations

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

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