ISPatient.LeadMaternityProviderCode

Description

The code of the external provider looking after the patient throughout pregnancy.

Syntax

object.LeadMaternityProviderCode

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

Return Value

string

Example

Display the patient's lead maternity provider code.

Dim aPatient  
Dim aLeadMaternityProviderCode

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

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

Version information

Added in v7.8.0