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

StudyInformationComparer Property







Gets or sets an IComparer used to sort an inserted study.
Syntax
public IComparer<ListViewStudiesInformation> StudyInformationComparer {get; set;}
'Declaration
 
Public Property StudyInformationComparer As IComparer(Of ListViewStudiesInformation)
'Usage
 
Dim instance As ImageListViewLoader
Dim value As IComparer(Of ListViewStudiesInformation)
 
instance.StudyInformationComparer = value
 
value = instance.StudyInformationComparer
public IComparer<ListViewStudiesInformation> StudyInformationComparer {get; set;}
 get_StudyInformationComparer();
set_StudyInformationComparer(value);
public: __property IComparer<ListViewStudiesInformation*>* get_StudyInformationComparer();
public: __property void set_StudyInformationComparer( 
   IComparer<ListViewStudiesInformation*>* value
);
public:
property IComparer<ListViewStudiesInformation*>* StudyInformationComparer {
   IComparer<ListViewStudiesInformation*>* get();
   void set (    IComparer<ListViewStudiesInformation*>* value);
}

Property Value

An IComparer used to sort an inserted study.
Remarks

This object is used when directly inserting a study information using the InsertStudy method.

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

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.