BMXNET 4.0 Developer API

Answer true/false if there is a patient currently selected. This is a convenience method.

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

Syntax

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

See Also