BMXNET 4.0 Developer API
The Context type exposes the following properties.
Properties
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
HasPatient |
Answer true/false if there is a patient currently selected. This is a convenience method.
| |
HasUnlockedVisit |
Answer true if there is a visit and if it is unlocked. The EHR/VueCentric has a notion of the
locked visit, a visit that can no longer be visited. The EHR/VueCetnric has has a visit stub, a visit that
has been create on the desktop but not in RPMS. If a visit is a visit stub, it is not considered unlocked.
| |
HasVisit |
Answer true/false if there is a patient currently selected. This is a convenience method.
| |
Patient |
The currently selected patient, or null. The value of the current patient is also in .
The concept is that the context is set by external forces, ususally the user. Therefore there is no
way to set the patient here.
| |
User |
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.
| |
Visit |
The currently selected visit, or null. The value of the current visit is also in ContextChangedArgs.
The concept is that the context is set by external forces, ususally the user. Therefore there is no
way to set the visit here.
|