BMXNET 4.0 Developer API
Assembly: BMXEHR40 (in BMXEHR40.dll)
Syntax
| C# | Visual Basic | Visual C++ |
public class EhrFramework
Public Class EhrFramework
public ref class EhrFramework
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| EhrFramework()()() | ||
| AttachTo(Object) |
Attach the services to the aConsumer. This is basically a push of services versus a service lookup.
aConsumer will be offered to cosume:
LocalSession via LocalConsumer
RemoteSession via RemoteSessionConsumer
RemoteSessionPool via RemoteSessionPoolConsumer
| |
| Close()()() |
Close the EhrFramework
| |
| CssSession | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Inherited from Object.) | |
| GetHashCode()()() | (Inherited from Object.) | |
| GetType()()() | (Inherited from Object.) | |
| IncomingEventCallback(String, String) |
Forward an incoming event from the COM object to the EhrFramework
| |
| LocalSession |
Access the LocalSession.
| |
| MemberwiseClone()()() | (Inherited from Object.) | |
| On(CSS_Session, IEhrEvents, ICSS_SessionEvents) |
Used to create the single EhrFramework instance used for each EHR/VueCentric-based component
| |
| RemoteSession |
Access the primary RemoteSession.
| |
| Setup(CSS_Session, IEhrEvents, ICSS_SessionEvents) | ||
| ToString()()() | (Inherited from Object.) |