BMXNET 4.0 Developer API

Call to close the LocalSession which is the last action to take when shutdown down your application.

Namespace:  IndianHealthService.BMXNet
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
void Close()
Sub Close
void Close()

Remarks

In the EHR this call does nothing because each instance of BMX EhrFramework manages a single component within the greater EHR/VueCentric framework. In a WinForm application this call shuts down the WinFramework, closes all RemoteSessions, and closes the LocalSession and disconnects from RPMS.

See Also