ISPatient.SocialHistoryGUID

Description

Globally Unique Identifier of the patient's social history.

Syntax

object.SocialHistoryGUID

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

Return Value

string

Example

Display the patient's social history GUID.

Dim aPatient  
Dim aSocialHistoryGUID

Set aPatient = Profile.SelectPatient
aSocialHistoryGUID = aPatient.SocialHistoryGUID
Profile.MsgBox (aSocialHistoryGUID)  
Note:

In Profile Client v8 on User Interface Social History GUID cannot be found.

Version information

Added in v7.9.2