BMXNET 4.0 Developer API

Access the primary RemoteSession.

Remarks

This is used by the partial class to prime your RemoteSessionConsumer implementing control

Namespace:  IndianHealthService.BMXNet.EHR
Assembly:  BMXEHR40 (in BMXEHR40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public RemoteSession RemoteSession { get; set; }
Public Property RemoteSession As RemoteSession
public:
property RemoteSession^ RemoteSession {
	RemoteSession^ get ();
	void set (RemoteSession^ value);
}

See Also