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.
object.Parity
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the number of deliveries.
Dim aPatient
Dim aParity
Set aPatient = Profile.SelectPatient
aParity = aPatient.Parity
Profile.MsgBox (aParity)