BMXNET 4.0 Developer API

Namespace:  IndianHealthService.BMXNet.WinForm
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool ChangePatient(
	Patient aPatient,
	bool force
)
Public Function ChangePatient ( _
	aPatient As Patient, _
	force As Boolean _
) As Boolean
public:
bool ChangePatient(
	Patient^ aPatient, 
	bool force
)

Parameters

aPatient
Patient
force
Boolean

See Also