ISPatient.SocialHistorySourceProviderID

Description

Identifier of the provider, who added the patient's social history into external systems, for example Gp2Gp.

Syntax

object.SocialHistorySourceProviderID

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

Return Value

int

Example

Display identifier of the provider, who added the patient's social history into external systems.

Dim aPatient  
Dim aSocialHistorySourceProviderID

Set aPatient = Profile.SelectPatient
aSocialHistorySourceProviderID = aPatient.SocialHistorySourceProviderID
Profile.MsgBox (aSocialHistorySourceProviderID)  
Note:

In Profile Client v8 on User Interface cannot be found.

Version information

Added in v7.9.2