ISPatient.SocialHistory

Description

Any narrative details of the patient's social history.

Syntax

object.SocialHistory

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

Return Value

string

Example

Display the content of the Social History field.

Dim aPatient  
Dim aSocialHistory

Set aPatient = Profile.SelectPatient
aSocialHistory = aPatient.SocialHistory
Profile.MsgBox (aSocialHistory)  
Note:

In Profile Client v8 on User Interface Social History can be found in Clinical > Clinical Details > Family > Social History > Social History field.

Version information

Added in v7.8.0