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