LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ImageListViewLoader Class Members
See Also  Properties  Methods 
Leadtools.Medical.Workstation Namespace : ImageListViewLoader Class

The following tables list the members exposed by ImageListViewLoader.

Public Constructors

 NameDescription
public Constructor ImageListViewLoader ConstructorInitializes a new instance of the ImageListViewLoader class with default parameters.  
Top

Public Properties

 NameDescription
public Property IncludeInstanceInformationGets or sets whether to load InstanceInformation with the loaded studies.  
public Property InstanceComparerGets or sets an IComparer of Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSet.InstanceRow used to sort the loaded instances.  
public Property SeriesComparerGets or sets an IComparer of CompositeInstanceDataSet.SeriesRow used to sort the loaded series.  
public Property StorageDALGets or sets the Leadtools.Medical.Storage.DataAccessLayer.IStorageDataAccessAgent object which is used to get the studies information.  
public Property StudiesTimelineViewGets the control used to display the studies information.  
public Property StudyComparerGets or sets an IComparer of CompositeInstanceDataSet.StudyRow used to sort the loaded studies.  
public Property StudyInformationComparerGets or sets an IComparer used to sort an inserted study.  
Top

Public Methods

 NameDescription
public Method DeleteSeriesRemoves a series from the StudiesTimelineView.  
public Method DeleteStudyRemoves a study from the StudiesTimelineView.  
public Method FillPatientInformationLoads all studies and series of a patient into the StudiesTimelineView.  
public Method FillStudiesInformationLoads all given studies information into the StudiesTimelineView  
public Method FindSeriesReturns the loaded series information for a given series.  
public Method FindStudyReturns the loaded study information for a given study.  
public Method InsertStudyInsert the given study information into the StudiesTimelineView.  
public Method UpdateStudyInformationUpdates the study information in the StudiesTimelineView.  
Top

See Also