C#
VB
C++
Gets or sets an IComparer used to sort an inserted study.
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^>^ );
}
An IComparer used to sort an inserted study.
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)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET