BMXNET 4.0 Developer API

Answer True if the visit is about to be changed.

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

Syntax

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

See Also