ISPatient.Miscarriages

Description

The number of miscarriages the patient has had.

Syntax

object.Miscarriages

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 miscarriages.

Dim aPatient  
Dim aMiscarriages

Set aPatient = Profile.SelectPatient 
aMiscarriages = aPatient.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