LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
MedicalWebViewerLoader Class Methods
See Also 
Leadtools.Dicom.Web Namespace : MedicalWebViewerLoader Class


"

For a list of all members of this type, see MedicalWebViewerLoader members.

"

Public Methods

 NameDescription
public Method CancelLoadSeriesSets the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase.CancelLoading to true. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Method CloneCellReturns a copy of the cell. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Method CloseOverridden. Overridden.  
public Method CopyCellTagsCopies the overlay tags from cell to destinationCell. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Method DisposeOverloaded.  
public Method FindDisplayedCellInstanceInformationOverloaded. Finds the instance information for the image displayed in the specified cell. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Method FindSeriesCellsReturns an array of Leadtools.MedicalViewer.MedicalViewerMultiCell controls which the provided series is loaded in. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Method GetDicomReturns a DICOM instance for the provided SOP Instance UID. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Method GetSeriesImagesReturns the path of the Leadtools.Dicom.DicomDataSet files which are loaded in the provided Leadtools.MedicalViewer.MedicalViewerMultiCell control. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Method GetSeriesInstanceInformationReturns the series instance information for a given loaded series. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
public Method IsImagesStreamingCompletedReturns whether all series images has been streamed from the WCF service.  
public Method LoadSeriesLoads a series of images and information about them into a Leadtools.MedicalViewer.MedicalViewerMultiCell controls. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
Top

Protected Methods

 NameDescription
protected Method CreateCacheCreates a Leadtools.Medical.Caching.Cache object.  
protected Method CreateStreamerCreates a DicomWCFStreamer object to consume the DICOM Service.  
protected Method GetCacheRetrieves a Leadtools.Medical.Caching.Cache object.  
protected Method GetImageInformationOverridden. Overridden. Returns the Leadtools.MedicalViewer.MedicalViewerImageInformation for a Leadtools.Dicom.DicomDataSet  
protected Method GetInitializedCellReturns a new Leadtools.MedicalViewer.MedicalViewerMultiCell used to load a series images into. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
protected Method InitializeStreamerPrepares a DicomWCFStreamer for streaming.  
protected Method OnCellClonedRaises the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase.CellCloned event. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
protected Method OnFullSeriesImagesStreamedRaises the MedicalWebViewerLoader.FullSeriesImagesStreamed event.  
protected Method OnLoadingCompletedOverridden. Overridden. Called when the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase finishes loading a series in the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase.LoadSeries(System.String,System.String) method.  
protected Method OnLoadingStartedOverridden. Overridden. Called when the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase starts loading a series due to a call to the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase.LoadSeries(System.String,System.String) method.  
protected Method OnMedicalViewerCellRequestedRaises the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase.MedicalViewerCellRequested event. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
protected Method OnViewerCellCreatedOverridden. Overridden. Raises the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase.ViewerCellCreated event.  
protected Method OnViewerCellCreatingRaises the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase.ViewerCellCreating event. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
protected Method RetrieveImagesOverridden. Returns the path of the Leadtools.Dicom.DicomDataSet images for the provided series information.  
protected Method SetCellImageSet an image that was requested by a Leadtools.MedicalViewer.MedicalViewerMultiCell and apply any required display processing. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
protected Method SetCellRequestedImageOverridden. Overridden. Called when a series Leadtools.MedicalViewer.MedicalViewerMultiCell raises the Leadtools.MedicalViewer.MedicalViewerCell.FramesRequested to set an image for display.  
Top

See Also