BMXNET 4.0 Developer API

In the EHR some visits need user interaction to change from a stub to a created visit.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
bool Create(
	bool showGuiToCreateVisit
)
Function Create ( _
	showGuiToCreateVisit As Boolean _
) As Boolean
bool Create(
	bool showGuiToCreateVisit
)

Parameters

showGuiToCreateVisit
Boolean

Return Value

See Also