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




Gets or sets an IComparer of CompositeInstanceDataSet.StudyRow used to sort the loaded studies.

Syntax

Visual Basic (Declaration) 
Public Property StudyComparer As IComparer(Of CompositeInstanceDataSet.StudyRow)
Visual Basic (Usage)Copy Code
Dim instance As ImageListViewLoader
Dim value As IComparer(Of CompositeInstanceDataSet.StudyRow)
 
instance.StudyComparer = value
 
value = instance.StudyComparer
C# 
public IComparer<CompositeInstanceDataSet.StudyRow> StudyComparer {get; set;}
Managed Extensions for C++ 
public: __property IComparer<CompositeInstanceDataSet.StudyRow*>* get_StudyComparer();
public: __property void set_StudyComparer( 
   IComparer<CompositeInstanceDataSet.StudyRow*>* value
);

Property Value

An IComparer of CompositeInstanceDataSet.StudyRow used to sort the loaded studies.

Remarks

Provide a value for this property to load the studies in any order you like (e.g. Study Date)

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also