ISPatient.MultipleBirthOrder

Description

The birth order of the infant born in multiple birth. The birth order is returned as one character string (A-I).

Syntax

object.MultipleBirthOrder

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

string

Example

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)   
Note: The Multiple Birth Order checkbox is available only for New Brunswick databases.

In Profile Client v8 on User Interface Multiple Birth Order can be found in Patient > Alter Patient > Personal > Multiple Birth Order field.

Version information

Added in v8.3.0