IsPatientMaternity.Parity

Description

This is the sum of deliveries at term and deliveries before term the patient has had. This sum is auto calculated, on User Interface cannot be found.

Syntax

object.Parity

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

Return Value

int

Example

Display the number of deliveries.

Dim aPatient  
Dim aParity
Dim aMaternity

Set aPatient = Profile.SelectPatient 
Set aMaternity = aPatient.GetMaternity
aParity = aMaternity.Parity
Profile.MsgBox (aParity)   
Note:

Version information

Added in v7.8.0