ISPatient.User1

Description

The property provides access to the content of the User 1 field.

Syntax

object.User1

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

Return Value

string

Example

Display the content of the User 1 field.

Dim aPatient  
Dim aUser1

Set aPatient = Profile.SelectPatient
aUser1 = aPatient.User1
Profile.MsgBox (aUser1)  
Note: The name of this field can be set by using Alter Text Items.

In Profile Client v8 on User Interface User 1 can be found in Patient > Alter Patient > Social > User 1 field.

Version information

Added in v7.8.0