C#
VB
C++
An enumeration containing the possible return codes for the MedicalWebViewerExternalController's public methods.
Members
Value | Member | Description |
---|---|---|
-7 | InvalidViewerUrl | Viewer URL is Invalid. |
-6 | InvalidServiceUrl | Service URL is Invalid. |
-5 | UnknownError | An unknown error occurred. |
-4 | AlreadyInitialized | The MedicalWebViewerExternalController has already been initialized. |
-3 | TimedOut | The MedicalWebViewerExternalController timed out. |
-2 | AuthenticationFailure | Authentication failed. |
-1 | NotProperlyInitiated | The MedicalWebViewerExternalController was not properly initiated. |
0 | Failure | Failure |
1 | Success | Success |
2 | Undefined | Undefined |
For an example, refer to MedicalWebViewerExternalController.InitApplication.