BMXEHR40
To support the HelpFile framework in the EHR menu, your component must
implement this interface.
The name of the compiled Windows help file (.chm).
See the EHR/VueCentric integration partial class for details on specifying a HelpFile
Not currently used
Not currently used
Component is responsible for VueCentric/CSS cleanup
Used to create the single EhrFramework instance used for each EHR/VueCentric-based component
Use the provided partial class to construct a UserControl-based component to host in the EHR/VueCentric framework
A COM instance of CSS_Session. The EhrFramework will Release() it
The event source bridge to pass events from your COM-Visible control to the EhrFramework
A COM instance of ICSS_SessionEvents. The EhrFramework will Release() it
Close the EhrFramework
Releases all COM objects
Forward an incoming event from the COM object to the EhrFramework
This string corresponds to well-known/shared EventTypes used to identify
different events published and subscribed within a local desktop application (WinFramework)
or in the EHR.
This is an optional peice of data with some event-specific details.
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
An object optionally implementing LocalConsumer, RemoteSessionConsumer, and/or RemoteSessionPoolConsumer
Access the LocalSession.
This is used by the partial class to prime your LocalSessionConsumer implementing control
Access the primary RemoteSession.
This is used by the partial class to prime your RemoteSessionConsumer implementing control
This interface is used to route EHR events to the common BMX context module.
This interface is used by the EHR/VueCentric integration partial class, there is not need for
BMX developers to directly use this interface
This event is used internally by the EhrFramework
This event is used internally by the EhrFramework