Identifier of the provider, who added the patient's social history into external systems, for example Gp2Gp.
object.SocialHistorySourceProviderID
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
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) In Profile Client v8 on User Interface cannot be found.