BMXNET 4.0 Developer API
The user that established the connection to BMX either through the WinFramework dialogs or access/verify codes, or
a user established through attach tho the EHR/VueCentric with the EhrFramework.
Namespace:
IndianHealthService.BMXNet.ModelThe user breaks down into who is it and what can they do with some identify and security key checing.
Assembly: BMXNET40 (in BMXNET40.dll)
Syntax
C# | Visual Basic | Visual C++ |
public interface User
Public Interface User
public interface class User
Members
All Members | Properties | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
Division |
The division that this user to currently operating within
| |
Duz |
The DUZ aka IEN of the NEW Person File of this user
| |
HasSecurityKey(String) |
Check aKey against the active RPMS keys for the user. If the user has the PROGMODE key this
method will always return true.
| |
HasSecurityKeys(array<String>[]()[]) |
Return a list of keys that the user does NOT have. If the user has all of
the keys then an empty list is returned
| |
Name |
A displayable name of the user
| |
RequestKeys()()() |
Fetch from RPMS the user's current keys. The user's
division must be set before calling this metohd.
|