BMXNET 4.0 Developer API

Forward an incoming event from the COM object to the EhrFramework

Namespace:  IndianHealthService.BMXNet.EHR
Assembly:  BMXEHR40 (in BMXEHR40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void IncomingEventCallback(
	string anEventType,
	string someDetails
)
Public Sub IncomingEventCallback ( _
	anEventType As String, _
	someDetails As String _
)
public:
void IncomingEventCallback(
	String^ anEventType, 
	String^ someDetails
)

Parameters

anEventType
String
This string corresponds to well-known/shared EventTypes used to identify different events published and subscribed within a local desktop application (WinFramework) or in the EHR.
someDetails
String
This is an optional peice of data with some event-specific details.

See Also