ISPatient.LeadMaternityProviderId

Description

Identifier of the external provider looking after the patient throughout pregnancy.

Syntax

object.LeadMaternityProviderId

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

Return Value

int

Example

Display ID of the patient's lead maternity provider.

Dim aPatient  
Dim aLeadMaternityProviderId

Set aPatient = Profile.SelectPatient
aLeadMaternityProviderId = aPatient.LeadMaternityProviderId
Profile.MsgBox (aLeadMaternityProviderId)   
Note:

In Profile Client v8 on User Interface Lead Maternity Provider ID cannot be found.

Version information

Added in v7.8.0