ISPatient.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 ISPatient interface

Return Value

int

Example

Display the number of deliveries.

Dim aPatient  
Dim aParity

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

Version information

Added in v7.8.0