Leadtools.Medical.Workstation Namespace > ImageListViewLoader Class : StudyInformationComparer Property |
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); }
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)
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