ISPatient.LeadMaternityProvider

Description

The external provider looking after the patient throughout pregnancy.

Syntax

object.LeadMaternityProvider

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

ISExternalProvider

Example

Display the full name of the patient's lead maternity provider.

Dim aPatient  
Dim aLeadMaternityProvider

Set aPatient = Profile.SelectPatient
aLeadMaternityProvider = aPatient.LeadMaternityProvider.FullName
Profile.MsgBox (aLeadMaternityProvider)  
Note: The Maternity view is only available to female patients.

In Profile Client v8 on User Interface Lead Maternity Provider can be found in Patient > Alter Patient > Maternity > Maternity Lead field.

Version information

Added in v7.8.0