BMXNET 4.0 Developer API

If a visit is transient in the client memory space, it is a stub. In the EHR visits are often created as stubs (Create New is not checked) Once data is entered, the visit is created. The WinForm only supports full created visits therefore IsStub is always false

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

Syntax

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

See Also