BMXNET 4.0 Developer API

To support the HelpFile framework in the EHR menu, your component must implement this interface.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface IEhrComponent : IDisposable
Public Interface IEhrComponent _
	Implements IDisposable
public interface class IEhrComponent : IDisposable

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Dispose()()() (Inherited from IDisposable.)
HelpContext
Not currently used
HelpFile
The name of the compiled Windows help file (.chm).
HelpString
Not currently used

See Also