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 HasPatient { get; }
ReadOnly Property HasPatient As Boolean
property bool HasPatient {
	bool get ();
}

See Also