ISPatient.MultipleBirth

Description

This property is True if the patient was born in multiple birth.

Syntax

object.MultipleBirth

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

Return Value

bool

Example

Display MultipleBirth for the patient.

Dim aPatient  
Dim aMultipleBirth

Set aPatient = Profile.SelectPatient
aMultipleBirth = aPatient.MultipleBirth
Profile.MsgBox (aMultipleBirth)  
Note: The Multiple Birth Order checkbox is available only for New Brunswick.

In Profile Client v8 on User Interface the Multiple Birth Order checkbox can be checked in Patient > Alter Patient > Personal.

Version information

Added in v8.3.0