Globally Unique Identifier of the patient's social history.
object.SocialHistoryGUID
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's social history GUID.
Dim aPatient
Dim aSocialHistoryGUID
Set aPatient = Profile.SelectPatient
aSocialHistoryGUID = aPatient.SocialHistoryGUID
Profile.MsgBox (aSocialHistoryGUID)
In Profile Client v8 on User Interface Social History GUID cannot be found.