BMXNET 4.0 Developer API

Create a new user object.

Namespace:  IndianHealthService.BMXNet
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
User NewUser(
	string aName,
	string anIen,
	Division aDivision
)
Function NewUser ( _
	aName As String, _
	anIen As String, _
	aDivision As Division _
) As User
User^ NewUser(
	String^ aName, 
	String^ anIen, 
	Division^ aDivision
)

Parameters

aName
String
Display name of the user
anIen
String
IEN or DUZ of the User
aDivision
Division
Currently set division of the user

Return Value

Remarks

Instances of user are used by Frameworks or for configuration/comparisons.

See Also