This property is True if the patient was born in multiple birth.
object.MultipleBirth
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display MultipleBirth for the patient.
Dim aPatient
Dim aMultipleBirth
Set aPatient = Profile.SelectPatient
aMultipleBirth = aPatient.MultipleBirth
Profile.MsgBox (aMultipleBirth)
In Profile Client v8 on User Interface the Multiple Birth Order checkbox can be checked in
.