An Accession user name for the patient.
object.WebUserName
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's user name for Accession.
Dim aPatient
Dim aWebUserName
Set aPatient = Profile.SelectPatient
aWebUserName = aPatient.WebUserName
Profile.MsgBox (aWebUserName)
In Profile Client v8 on User Interface Web User Name can be found in
.