←Select platform

StudyInformationComparer Property

Summary

Gets or sets an IComparer used to sort an inserted study.

Syntax

C#
VB
C++
public IComparer<ListViewStudiesInformation> StudyInformationComparer { get; set; } 
  
Public Property StudyInformationComparer As IComparer(Of ListViewStudiesInformation) 
public: 
property IComparer<ListViewStudiesInformation^>^ StudyInformationComparer { 
   IComparer<ListViewStudiesInformation^>^ get(); 
   void set (    IComparer<ListViewStudiesInformation^>^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly