BMXNET 4.0 Developer API

Answer if the patient had changed.

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

Syntax

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

See Also