LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

IncludeInstanceInformation Property







Gets or sets whether to load InstanceInformation with the loaded studies.
Syntax
public bool IncludeInstanceInformation {get; set;}
'Declaration
 
Public Property IncludeInstanceInformation As Boolean
'Usage
 
Dim instance As ImageListViewLoader
Dim value As Boolean
 
instance.IncludeInstanceInformation = value
 
value = instance.IncludeInstanceInformation
public bool IncludeInstanceInformation {get; set;}
 get_IncludeInstanceInformation();
set_IncludeInstanceInformation(value);
public: __property bool get_IncludeInstanceInformation();
public: __property void set_IncludeInstanceInformation( 
   bool value
);
public:
property bool IncludeInstanceInformation {
   bool get();
   void set (    bool value);
}

Property Value

True to load InstanceInformation with the loaded studies.
Remarks
The Leadtools.Medical.Workstation.UI.ImageListView control doesn't display instance information. Instance information are included in the loaded ListViewSeriesInformation.
Requirements

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

See Also

Reference

ImageListViewLoader Class
ImageListViewLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.