The following tables list the members exposed by MedicalWebViewerLoader.
Public Constructors
Name | Description | |
---|---|---|
MedicalWebViewerLoader | Initializes an new instance of the MedicalWebViewerLoader class. |
Public Methods
Name | Description | |
---|---|---|
Close | Overridden. | |
Dispose | Overloaded. | |
IsImagesStreamingCompleted | Returns whether all series images has been streamed from the WCF service. |
Protected Methods
Public Properties
Name | Description | |
---|---|---|
CacheBaseFolder | Gets or sets the base cache folder path. | |
CacheSize | Gets or sets the maximum local cache size. | |
CertificateValidation | Gets or sets the certificate validation mode. | |
Compression | Gets or sets the compression mode. | |
ImagesAttributes | Gets or sets the images compression options. | |
LoadingTextOptions | Gets or sets the TextDrawingOptions to be used when the cell is still loading the full image. | |
ManageServiceUrl | Gets or sets the WCF Service URL which implement the Leadtools.Dicom.WCF.IManageService interface. | |
ObjectRetrieveServiceUrl | Gets or sets the WCF Service URL which implement the Leadtools.Dicom.WCF.IObjectRetrieveService interface. | |
Password | Gets or sets the user password. | |
QueryServiceUrl | Gets or sets the WCF Service URL which implement the Leadtools.Dicom.WCF.IQueryService interface. | |
RequestTimeout | Gets or sets the time-out of the WCF service request. | |
ServerIdentity | Gets or sets the expected WCF service identity required for X509 certificate authentication mode. | |
StoreServiceUrl | Gets or sets the WCF Service URL which implement the Leadtools.Dicom.WCF.IStoreService interface. | |
StreamingRetiresCount | Gets or sets the number of retires to call the WCF service. | |
ThumbnailsAttributes | Gets or sets the thumbnails compression options. | |
UseDefaultWebProxy | Gets or sets whether the MedicalWebViewerLoader should use the default proxy information to perform web requests. | |
UserName | Gets or sets the user login name. | |
WCFServiceProxy | Gets the WCF service proxy which is used to call the Leadtools.Dicom.WCF.DICOMService. |
Public Events
Name | Description | |
---|---|---|
CacheInitializationFailed | Occurs when connecting to the WCF service fail to retrieve the cache timeout information. | |
FullSeriesImagesStreamed | Occurs when all the images in a series are streamed from the WCF service. |