The property provides access to the content of the User 2 field.
object.User2
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the content of the User 2 field.
Dim aPatient
Dim aUser2
Set aPatient = Profile.SelectPatient
aUser2 = aPatient.User2
Profile.MsgBox (aUser2)
In Profile Client v8 on User Interface User 2 can be found in
.