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