The birth order of the infant born in multiple birth. The birth order is returned as one character string (A-I).
object.MultipleBirthOrder
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the birth order of the infant as one character string (A-I).
Dim aPatient
Dim aMultipleBirthOrder
Set aPatient = Profile.SelectPatient
aMultipleBirthOrder = aPatient.MultipleBirthOrder
Profile.MsgBox (aMultipleBirthOrder)
In Profile Client v8 on User Interface Multiple Birth Order can be found in
.