BMXNET 4.0 Developer API

True if another secondary session can be opened.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
bool HasAvailableSession { get; }
ReadOnly Property HasAvailableSession As Boolean
property bool HasAvailableSession {
	bool get ();
}

Remarks

For this version of BMX, the EHR does not support secondary RemoteSessions and this method always returns false. If possible, develop your software using the API so when secondary RemoteSessions are supported your application will work.

See Also