IsPatientMaternity.Miscarriages

Description

The number of miscarriages the patient has had.

Syntax

object.Miscarriages

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

Return Value

int

Example

Display the number of miscarriages.

Dim aPatient  
Dim aMiscarriages
Dim aMaternity

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

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

Version information

Added in v7.8.0