Identifier of the external provider looking after the patient throughout pregnancy.
object.LeadMaternityProviderId
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display ID of the patient's lead maternity provider.
Dim aPatient
Dim aLeadMaternityProviderId
Set aPatient = Profile.SelectPatient
aLeadMaternityProviderId = aPatient.LeadMaternityProviderId
Profile.MsgBox (aLeadMaternityProviderId)
In Profile Client v8 on User Interface Lead Maternity Provider ID cannot be found.