LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

StudyComparer Property







Gets or sets an IComparer of CompositeInstanceDataSet.StudyRow used to sort the loaded studies.
Syntax
public IComparer<CompositeInstanceDataSet.StudyRow> StudyComparer {get; set;}
'Declaration
 
Public Property StudyComparer As IComparer(Of CompositeInstanceDataSet.StudyRow)
'Usage
 
Dim instance As ImageListViewLoader
Dim value As IComparer(Of CompositeInstanceDataSet.StudyRow)
 
instance.StudyComparer = value
 
value = instance.StudyComparer
public IComparer<CompositeInstanceDataSet.StudyRow> StudyComparer {get; set;}
 get_StudyComparer();
set_StudyComparer(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageListViewLoader Class
ImageListViewLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.