The total number of abortions the patient has had.
object.Abortion
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
IsPatientMaternity interface |
int
Display the total number of abortions.
Dim aPatient
Dim aAbortion
Dim aMaternity
Set aPatient = Profile.SelectPatient
Set aMaternity = aPatient.GetMaternity
aAbortion = aMaternity.Abortion
Profile.MsgBox (aAbortion) In Profile Client v8 on User Interface Abortion can be found in or in.