Leadtools.Medical.WebViewer.ExternalControl Namespace : MedicalWebViewerExternalController Class |
The following tables list the members exposed by MedicalWebViewerExternalController.
Name | Description | |
---|---|---|
MedicalWebViewerExternalController Constructor | The constructor for the MedicalWebViewerExternalController class. |
Name | Description | |
---|---|---|
IsStarted | Gets or sets a Boolean value that indicates whether the application has been started.This property returns true if InitApplication has been called. If InitApplication has not been called or ShutDown was called this property will return false. | |
SelectedBrowser | Gets or sets the browser to be launched. | |
Timeout | This property specifies how long to wait after issuing a command before timing out. | |
ViewerURL | Gets or sets the current ViewerURL. |
Name | Description | |
---|---|---|
CloseApplication | Logs out of the MedicalWebViewer and closes the browser. | |
FindPatient | Retrieves the first and last name for the patient having the specified PatientID. | |
GetImage | Returns the URL ofthe image with the specified SOP Instance UID. | |
InitApplication | Starts the CommandQueue web service which the MedicalWebViewer will poll for commands once launched. | |
ShowPatient | Displays the most recent series for the specified patientID. | |
ShowSeries | Displays the specified study or series. | |
Shutdown | Shuts down the CommandQueue web service. | |
UserLogin | Logs on to the MedicalWebViewer and launches it using the browser specified in the SelectedBrowser property. | |
UserLogout | Logs out of the MedicalViewer and returns to the Login page. |