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