ISPatient.WebUserName

Description

An Accession user name for the patient.

Syntax

object.WebUserName

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

string

Example

Display the patient's user name for Accession.

Dim aPatient  
Dim aWebUserName

Set aPatient = Profile.SelectPatient
aWebUserName = aPatient.WebUserName
Profile.MsgBox (aWebUserName)  
Note:

In Profile Client v8 on User Interface Web User Name can be found in Patient > Alter Patient > Internet > Logon ID field.

Version information

Added in v7.8.0