←Select platform
In This Topic ▼

MedicalViewerLoader Class Members

Summary

The following tables list the members exposed by MedicalViewerLoader.

Public Constructors

Name Description
Public Constructor MedicalViewerLoader Initializes a new instance of the MedicalViewerLoader class.
Public Constructor MedicalViewerLoaderBase Initializes a new instance of this class. (Inherited from MedicalViewerLoaderBase)

Public Methods

Name Description
Public Method CancelLoadSeries Cancels the series loading operation.
Public Method static  | Shared in VB ClearExtractedEncapsulatedPDFFiles Deletes all extracted PDF files from the workstation. (Inherited from MedicalViewerLoaderBase)
Public Method CloneCell Returns a copy of the _cell_. (Inherited from MedicalViewerLoaderBase)
Public Method Close Stops loading images into the Leadtools.MedicalViewer.MedicalViewerMultiCell control. (Inherited from MedicalViewerLoaderBase)
Public Method CopyCellTags Copies the overlay tags from _cell_ to _destinationCell_. (Inherited from MedicalViewerLoaderBase)
Public Method ExtractPDFData Extracts PDF data from the specified DicomDataSet's encapsulated document tag to a file on disk. (Inherited from MedicalViewerLoaderBase)
Public Method FindDisplayedCellInstanceInformation Finds the information instances for all images displayed in the specified cell. (Inherited from MedicalViewerLoaderBase)
Public Method FindSeriesCells Returns an array of Leadtools.MedicalViewer.MedicalViewerMultiCell controls which the provided series is loaded in. (Inherited from MedicalViewerLoaderBase)
Public Method GetDicom Returns a DICOM instance for the provided SOP Instance UID. (Inherited from MedicalViewerLoaderBase)
Public Method GetSeriesImages Returns the path of the Leadtools.Dicom.DicomDataSet files which are loaded in the provided Leadtools.MedicalViewer.MedicalViewerMultiCell control. (Inherited from MedicalViewerLoaderBase)
Public Method GetSeriesInstanceInformation Returns the series instance information for a given loaded series. (Inherited from MedicalViewerLoaderBase)
Public Method LoadSeries Loads a series of images and information about them into a Leadtools.MedicalViewer.MedicalViewerMultiCell controls. (Inherited from MedicalViewerLoaderBase)

Protected Methods

Name Description
Protected Method Finalize Closes this instance of the MedicalViewerLoaderBase. (Inherited from MedicalViewerLoaderBase)
Protected Method GetImageInformation Returns the Leadtools.MedicalViewer.MedicalViewerImageInformation for a Leadtools.Dicom.DicomDataSet (Inherited from MedicalViewerLoaderBase)
Protected Method GetInitializedCell Returns a new Leadtools.MedicalViewer.MedicalViewerMultiCell used to load a series images into. (Inherited from MedicalViewerLoaderBase)
Protected Method GetPDFImageInformation Gets information about the specified PDF file. (Inherited from MedicalViewerLoaderBase)
Protected Method OnCellCloned Raises the CellCloned event. (Inherited from MedicalViewerLoaderBase)
Protected Method OnLoadingCompleted Called when the MedicalViewerLoaderBase finish loading a series in the LoadSeries(String,String) method. (Inherited from MedicalViewerLoaderBase)
Protected Method OnLoadingStarted Called when the MedicalViewerLoaderBase start loading a series due to a call to the LoadSeries(String,String) method. (Inherited from MedicalViewerLoaderBase)
Protected Method OnMedicalViewerCellRequested Raises the MedicalViewerCellRequested event. (Inherited from MedicalViewerLoaderBase)
Protected Method OnViewerCellCreated Raises the ViewerCellCreated event. (Inherited from MedicalViewerLoaderBase)
Protected Method OnViewerCellCreating Raises the ViewerCellCreating event. (Inherited from MedicalViewerLoaderBase)
Protected Method RetrieveImages Returns the path of the Leadtools.Dicom.DicomDataSet images for the provided series information.
Protected Method SeriesImagesUpdated Disposes the specified Leadtools.Dicom.DicomDataSet in a study. (Inherited from MedicalViewerLoaderBase)
Protected Method SetCellImage Sets an image requested by a Leadtools.MedicalViewer.MedicalViewerMultiCell and applies any display processing that is required. (Inherited from MedicalViewerLoaderBase)
Protected Method SetCellRequestedImage Called when a series Leadtools.MedicalViewer.MedicalViewerMultiCell raises the Leadtools.MedicalViewer.MedicalViewerCell.FramesRequested to set an image for display. (Inherited from MedicalViewerLoaderBase)

Public Properties

Name Description
Public Property Closed Gets a value indicating if the MedicalViewerLoaderBase has stopped loading images into all Leadtools.MedicalViewer.MedicalViewerMultiCell controls from pre-loaded series. (Inherited from MedicalViewerLoaderBase)
Public Property DisplayOrientation Gets the display orientation of the cell. (Inherited from MedicalViewerLoaderBase)
Public Property Layout Gets the display of the series in the Leadtools.MedicalViewer.MedicalViewerCell object. (Inherited from MedicalViewerLoaderBase)
Public Property LazyLoading Enables or disables the MedicalViewerLoaderBase to load all the series images on demand. (Inherited from MedicalViewerLoaderBase)
Public Property Loading Gets a value indicating if the MedicalViewerLoaderBase is loading a series in the LoadSeries(String,String) method. (Inherited from MedicalViewerLoaderBase)
Public Property OverlayTags Gets the overlay collection displayed on the Leadtools.MedicalViewer.MedicalViewerCell object when a series is loaded. (Inherited from MedicalViewerLoaderBase)
Public Property Retrieve Gets or sets the client used to retrieve the series of images.
Public Property SeriesCells Gets an array of Leadtools.MedicalViewer.MedicalViewerCell objects which are created by this class. (Inherited from MedicalViewerLoaderBase)
Public Property ViewerControl Gets or sets the MedicalViewer control to be used to add the Leadtools.MedicalViewer.MedicalViewerMultiCell controls created while loading a series. (Inherited from MedicalViewerLoaderBase)
Public Property ViewerPreLoadedImages Gets or sets the number of unseen frames the Leadtools.MedicalViewer.MedicalViewer control loads. (Inherited from MedicalViewerLoaderBase)

Protected Properties

Name Description
Protected Property CancelLoading Gets a value indicating whether the user requested to cancel loading the series by calling the CancelLoadSeries. (Inherited from MedicalViewerLoaderBase)

Public Events

Name Description
Public Event CellCloned Occurs when a Leadtools.MedicalViewer.MedicalViewerMultiCell is cloned. (Inherited from MedicalViewerLoaderBase)
Public Event LoadingStopped Occurs when the all the MedicalViewerCells are removed from a series. (Inherited from MedicalViewerLoaderBase)
Public Event MedicalViewerCellRequested Occurs when a Leadtools.MedicalViewer.MedicalViewerMultiCell is needed to display a series images and the value of ViewerControl is null (Nothing in VB) (Inherited from MedicalViewerLoaderBase)
Public Event ProgressState Provides information about the current state of the streaming process. (Inherited from MedicalViewerLoaderBase)
Public Event RequestedImageUpdated Occurs when a new image requested for display in the Leadtools.MedicalViewer.MedicalViewer is loaded and initialized. (Inherited from MedicalViewerLoaderBase)
Public Event ViewerCellCreated Occurs after a new Leadtools.MedicalViewer.MedicalViewerMultiCell is created, initialized and added to the ViewerControl to display a series images. (Inherited from MedicalViewerLoaderBase)
Public Event ViewerCellCreating Occurs before a new Leadtools.MedicalViewer.MedicalViewerMultiCell is created, initialized and added to the ViewerControl to display a series images (Inherited from MedicalViewerLoaderBase)

See Also

Reference

MedicalViewerLoader Class

Leadtools.Medical.Workstation.Loader Namespace

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.