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