BMXNET 4.0 Developer API

Answer true if there is a visit and if it is unlocked. The EHR/VueCentric has a notion of the locked visit, a visit that can no longer be visited. The EHR/VueCetnric has has a visit stub, a visit that has been create on the desktop but not in RPMS. If a visit is a visit stub, it is not considered unlocked.

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

Syntax

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

See Also