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
IsPatientMaternity interface |
int
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)