BMXNET 4.0 Developer API

This interface is used to route EHR events to the common BMX context module.

Namespace:  IndianHealthService.BMXNet.EHR
Assembly:  BMXEHR40 (in BMXEHR40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface IEhrEvents
Public Interface IEhrEvents
public interface class IEhrEvents

Members

      
 All Members  Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ContextChanged
This event is used internally by the EhrFramework
ContextChanging
This event is used internally by the EhrFramework

Remarks

This interface is used by the EHR/VueCentric integration partial class, there is not need for BMX developers to directly use this interface

See Also