Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation.Loader assembly)

Show in webframe

MedicalViewerLoader Class Members

Show in webframe
Properties  Methods  Events





The following tables list the members exposed by MedicalViewerLoader.

Public Constructors
 NameDescription
MedicalViewerLoader ConstructorInitializes a new instance of the MedicalViewerLoader class.  
Top
Public Properties
 NameDescription
ClosedGets a value indicating if the MedicalViewerLoaderBase has stopped loading images into all Leadtools.MedicalViewer.MedicalViewerMultiCell controls from pre-loaded series. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
DisplayOrientationGets the display orientation of the cell. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
LayoutGets the display of the series in the Leadtools.MedicalViewer.MedicalViewerCell object. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
LazyLoadingEnables or disables the MedicalViewerLoaderBase to load all the series images on demand. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
LoadingGets a value indicating if the MedicalViewerLoaderBase is loading a series in the MedicalViewerLoaderBase.LoadSeries method. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
OverlayTagsGets the overlay collection displayed on the Leadtools.MedicalViewer.MedicalViewerCell object when a series is loaded. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
RetrieveGets or sets the client used to retrieve the series of images.  
SeriesCellsGets an array of Leadtools.MedicalViewer.MedicalViewerCell objects which are created by this class. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
ViewerControlGets or sets the MedicalViewer control to be used to add the Leadtools.MedicalViewer.MedicalViewerMultiCell controls created while loading a series. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
ViewerPreLoadedImagesGets or sets the number of unseen frames the Leadtools.MedicalViewer.MedicalViewer control loads. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
Top
Protected Properties
 NameDescription
CancelLoadingGets a value indicating whether the user requested to cancel loading the series by calling the CancelLoadSeries. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
Top
Public Methods
 NameDescription
CancelLoadSeriesOverridden. Cancels the series loading operation.  
CloneCellReturns a copy of the cell. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
CloseStops loading images into the Leadtools.MedicalViewer.MedicalViewerMultiCell control. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
CopyCellTagsCopies the overlay tags from cell to destinationCell. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
FindDisplayedCellInstanceInformationOverloaded. Finds the instance information for the image displayed in the specified cell. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
FindSeriesCellsReturns an array of Leadtools.MedicalViewer.MedicalViewerMultiCell controls which the provided series is loaded in. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
GetDicomReturns a DICOM instance for the provided SOP Instance UID. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
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)
GetSeriesInstanceInformationReturns the series instance information for a given loaded series. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
LoadSeriesOverloaded. Loads 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
FinalizeCloses this instance of the MedicalViewerLoaderBase. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
GetImageInformationReturns the Leadtools.MedicalViewer.MedicalViewerImageInformation for a Leadtools.Dicom.DicomDataSet (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
GetInitializedCellReturns a new Leadtools.MedicalViewer.MedicalViewerMultiCell used to load a series images into. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
OnCellClonedRaises the MedicalViewerLoaderBase.CellCloned event. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
OnLoadingCompletedCalled when the MedicalViewerLoaderBase finish loading a series in the MedicalViewerLoaderBase.LoadSeries method. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
OnLoadingStartedCalled when the MedicalViewerLoaderBase start loading a series due to a call to the MedicalViewerLoaderBase.LoadSeries method. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
OnMedicalViewerCellRequestedRaises the MedicalViewerLoaderBase.MedicalViewerCellRequested event. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
OnViewerCellCreatedRaises the MedicalViewerLoaderBase.ViewerCellCreated event. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
OnViewerCellCreatingRaises the MedicalViewerLoaderBase.ViewerCellCreating event. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
RetrieveImagesOverridden. Returns the path of the Leadtools.Dicom.DicomDataSet images for the provided series information.  
SeriesImagesUpdatedDisposes the specified Leadtools.Dicom.DicomDataSet in a study. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
SetCellImageSets an image requested by a Leadtools.MedicalViewer.MedicalViewerMultiCell and applies any display processing that is required. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
SetCellRequestedImageCalled when a series Leadtools.MedicalViewer.MedicalViewerMultiCell raises the Leadtools.MedicalViewer.MedicalViewerCell.FramesRequested to set an image for display. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
Top
Public Events
 NameDescription
CellClonedOccurs when a Leadtools.MedicalViewer.MedicalViewerMultiCell is cloned. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
LoadingStoppedOccurs when the all the MedicalViewerCells are removed from a series. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
MedicalViewerCellRequestedOccurs when a Leadtools.MedicalViewer.MedicalViewerMultiCell is needed to display a series images and the value of MedicalViewerLoaderBase.ViewerControl is null (Nothing in Visual Basic) (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
ProgressStateProvides information about the current state of the streaming process. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
RequestedImageUpdatedOccurs when a new image requested for display in the Leadtools.MedicalViewer.MedicalViewer is loaded and initialized. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
ViewerCellCreatedOccurs after a new Leadtools.MedicalViewer.MedicalViewerMultiCell is created, initialized and added to the MedicalViewerLoaderBase.ViewerControl to display a series images. (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
ViewerCellCreatingOccurs before a new Leadtools.MedicalViewer.MedicalViewerMultiCell is created, initialized and added to the MedicalViewerLoaderBase.ViewerControl to display a series images (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase)
Top
See Also

Reference

MedicalViewerLoader Class
Leadtools.Medical.Workstation.Loader Namespace

Error processing SSI file
Leadtools.Medical.Workstation.Loader requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features