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