Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

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

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features