IsPatientMaternity.AbortionSpontaneous

Description

The number of spontaneous abortions the patient has had.

Syntax

object.AbortionSpontaneous

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

Return Value

int

Example

Display the number of spontaneous abortions.

Dim aPatient  
Dim aAbortionSpontaneous
Dim aMaternity

Set aPatient = Profile.SelectPatient
Set aMaternity = aPatient.GetMaternity
aAbortionSpontaneous = aMaternity.AbortionSpontaneous
Profile.MsgBox (aAbortionSpontaneous)   
Note: The Maternity view is only available to female patients. Spontaneous Abortion also can be called Miscarriages.

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

Version information

Added in v7.8.0