BMXNET 4.0 Developer API

Namespace:  IndianHealthService.BMXNet.EHR
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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

Remarks

Releases all COM objects
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.

Remarks

This is used by the partial class to prime your LocalSessionConsumer implementing control
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.

Remarks

This is used by the partial class to prime your RemoteSessionConsumer implementing control
Setup(CSS_Session, IEhrEvents, ICSS_SessionEvents)
ToString()()() (Inherited from Object.)

Inheritance Hierarchy

System..::.Object
  IndianHealthService.BMXNet.EHR..::.EhrFramework

See Also