Version Changes: 19 to 20
The following members have been added:
Name | Description |
---|---|
Leadtools.Medical.WebViewer.ExternalControl.CustomTuple`2 |
Provides a data structure of tuple, which has a 2 elements. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerBrowser.User |
User controlled browser |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.AspService |
Gets or sets a Boolean value that indicates whether the application should connect to the ASP medical service or not. Set this property to false to connect to classic WCF medical service. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.PatientAvailable(string) |
Queries if the patient specified by patientID exists. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.SetDefOption(string,string) |
Sets users default option's value for the Medical web viewer.If the name/value of the option specified already exists, it will be overwritten by the new value. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.SetUserOption(string,string) |
Sets the currently logged in user option's value for the Medical web viewer.If the name/value of the option specified already exists, it will be overwritten by the new value. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.ShowPatient(string,string) |
Displays the most recent series for the specified patientID. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.UserWebBrowser |
Defines the callback that is called to launch a user specific browser. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.WaitForIdle |
Blocks web service requests until "Idle" state is reached. |
The following members have been removed:
Name | Description |
---|---|
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.ShowPatient(string) |
Displays the most recent series for the specified patientID. |
Version Changes: 18 to 19
The following members have been added:
Name | Description |
---|---|
Leadtools.Medical.WebViewer.ExternalControl.ControllerReturnCode.InvalidServiceUrl | Service URL is Invalid. |
Leadtools.Medical.WebViewer.ExternalControl.ControllerReturnCode.InvalidViewerUrl | Viewer URL is Invalid. |
Leadtools.Medical.WebViewer.ExternalControl.ControllerReturnCode.Undefined | Undefined |
Leadtools.Medical.WebViewer.ExternalControl.CreateUserOptions | - Specifies options for creating and updating users for the viewer. |
Leadtools.Medical.WebViewer.ExternalControl.ErrorStrings | - Error strings for the MedicalWebViewerExternalController. |
Leadtools.Medical.WebViewer.ExternalControl.FindPatientOptions | - An enumeration containing the possible options for MedicalWebViewerExternalController calls. |
Leadtools.Medical.WebViewer.ExternalControl.HeartBeatEventArgs | - Contains data for the MedicalWebViewerExternalController.HeartBeatEvent event. |
Leadtools.Medical.WebViewer.ExternalControl.InstanceInfo | - Provides information about a particular instance. |
Leadtools.Medical.WebViewer.ExternalControl.LogoutEventArgs | - Contains data for the MedicalWebViewerExternalController.LogoutEvent event. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerBrowser.Edge | Use Opera |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.AddPatient(PatientInfo) | Adds the specified patient to the viewer. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.CreateUser(string,string,string,string,bool,string[],string[],CreateUserOptions) | Creates or updates a user for the viewer. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.DeletePatient(string) | Deletes the specified patient from the viewer. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.DeleteUser(string) | Deletes the specified user from the viewer. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.FailureMessage | Gets or sets the Failure Message string. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.FindInstances(string,string,string,InstanceInfo) | Finds all instances that match the specified search criteria. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.FindInstances(string,string,string,InstanceInfo,int) | Finds all instances that match the specified search criteria. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.FindPatient(string,FindPatientOptions,PatientInfo) | Finds all patients that match the specified search criteria. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.FindPatient(string,FindPatientOptions,PatientInfo,int) | Finds all patients that match the specified search criteria. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.FindSeries(string,string,SeriesInfo) | Finds all series that match the specified search criteria. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.FindSeries(string,string,SeriesInfo,int) | Finds all series that match the specified search criteria. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.FindStudies(string,StudyInfo) | Finds all studies that match the specified search criteria. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.FindStudies(string,StudyInfo,int) | Finds all studies that match the specified search criteria. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.GetCurrentPatient(PatientInfo) | Gets the information about the current patient in the viewer. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.GetPermissions(Permission) | Returns the list of all available permissions for the medical web viewer. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.GetRoles(Role) | Returns the list of all available roles for the medical web viewer. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.GetUserPermissions(string,List<string>) | Returns the list of permissions for a single medical web viewer. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.GetUserRoles(string,List<string>) | Returns the list of roles for a single medical web viewer. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.GetUsers(List<string>) | Returns the list of medical web viewer users. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.HeartBeatEvent | This event is fired every second or so to indicate that the MedicalWebViewerExternalController is communicating with the browser. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.LastPropertyCallReturnCode | Gets the ControllerReturnCode returned from the last property called. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.LogoutEvent | This event is fired after a successful call to MedicalWebViewerExternalController-UserLogout. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.ShowInstance(string) | Displays the instances specified by sopInstanceUid in the medical web viewer. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.ShowSeries(string) | Shows the available series for the specified Series Instance UID in the viewer. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.ShowStudy(string) | Shows the available studies for the specified patient and study in the viewer. |
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.UpdatePatient(PatientInfo) | Updates the current patient in the viewer with the new information. |
Leadtools.Medical.WebViewer.ExternalControl.PatientInfo | - The PatientInfo class contains information about a patient. |
Leadtools.Medical.WebViewer.ExternalControl.Permission | - |
Leadtools.Medical.WebViewer.ExternalControl.Role | - The Role class contains information describing a role. |
Leadtools.Medical.WebViewer.ExternalControl.SeriesInfo | - The SeriesInfo class contains information about a series. |
Leadtools.Medical.WebViewer.ExternalControl.StudyInfo | - The StudyInfo class contains information about a study. |
The following members have been removed:
Name | Description |
---|---|
Leadtools.Medical.WebViewer.ExternalControl.MedicalWebViewerExternalController.ShowSeries(string,string) | Displays the specified study or series. |
The following assembly has been added in version 18.1:
Assembly | Description |
---|---|
Provides classes and methods to asynchronously stream information over the web and update the user interface, without the user needing to manage the threads. |