IsPatientMaternity.AbortionTherapeutic

Description

The number of therapeutic abortions the patient has had.

Syntax

object.AbortionTherapeutic

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 aAbortionTherapeutic
Dim aMaternity

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

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