BMXNET 4.0 Developer API

If the division for the user has not been determine after the LoginProcess, MustResolveDivision will be set to True. The default if False.

Namespace:  IndianHealthService.BMXNet.WinForm
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

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

See Also