LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

IncludeInstanceInformation Property

Show in webframe






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

See Also

Reference

ImageListViewLoader Class
ImageListViewLoader Members

 

 


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