Initializes a new instance of MedicalWebViewerExternalController with the specified string webViewerURL
public MedicalWebViewerExternalController(
string webViewerURL
)
webViewerURL
URL to the root of the MedicalWebViewer. eg. "http://localhost/MedicalViewer"
This overload of the constructor for the MedicalWebViewerExternalController class initializes the object and sets up a heartbeat timer event. It also sets the Viewer URL to the passed in string.
For an example, refer to InitApplication.