LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

StudyInformationComparer Property

Show in webframe






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: __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

See Also

Reference

ImageListViewLoader Class
ImageListViewLoader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.