BMXNET 4.0 Developer API
This interface is used on UserControl-based components which are designed to work both inside
the EHR and inside a WinForm application. "Consumer" interfaces basically tell Frameworks
that a "Consumer"-implementating object need a specific service, versus the service being queried.
Namespace:
IndianHealthService.BMXNetAssembly: BMXNET40 (in BMXNET40.dll)
Syntax
C# | Visual Basic | Visual C++ |
public interface LocalConsumer
Public Interface LocalConsumer
public interface class LocalConsumer
Members
All Members | Properties |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
LocalSession |
This property is set with a LocalSession by the framework. The receiver uses it for Context,
local Events, and other services.
|
Remarks
If your component doesn't implement LocalConsumer you can still have a user-control. However, implementing
LocalConsumer is very common because of exclusive access to the patient/visit Context.