BMXNET 4.0 Developer API
An instance of these args are included with the ContextChanging event and this event
is a CancelEventArgs subclass. The Cancel property being set to True represents the desire
to Veto the change so the patient (and potentially visit) does not change. The Veto can be
overriden by the framework so be prepared for the context to change even if you don't want it
to.
Namespace:
IndianHealthService.BMXNet.ModelAssembly: BMXNET40 (in BMXNET40.dll)
Syntax
C# | Visual Basic | Visual C++ |
public class ContextChangingArgs : CancelEventArgs
Public Class ContextChangingArgs _ Inherits CancelEventArgs
public ref class ContextChangingArgs : public CancelEventArgs
Members
All Members | Constructors | Properties | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
ContextChangingArgs()()() | ||
BeforeContext |
The current state of the Context.
| |
Cancel | (Inherited from CancelEventArgs.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize()()() | (Inherited from Object.) | |
GetHashCode()()() | (Inherited from Object.) | |
GetType()()() | (Inherited from Object.) | |
IsPatientChange |
Answer True if the visit is about to be changed.
| |
IsVisitChange |
Answer True if the visit is about to be changed.
| |
MemberwiseClone()()() | (Inherited from Object.) | |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::.Object
System..::.EventArgs
System.ComponentModel..::.CancelEventArgs
IndianHealthService.BMXNet.Model..::.ContextChangingArgs
System..::.EventArgs
System.ComponentModel..::.CancelEventArgs
IndianHealthService.BMXNet.Model..::.ContextChangingArgs