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

Modality Property







Gets or sets the modality name.
Syntax
public string Modality {get; set;}
'Declaration
 
Public Property Modality As String
'Usage
 
Dim instance As SeriesInformation
Dim value As String
 
instance.Modality = value
 
value = instance.Modality
public string Modality {get; set;}
 get_Modality();
set_Modality(value);
public: __property string* get_Modality();
public: __property void set_Modality( 
   string* value
);
public:
property string* Modality {
   string* get();
   void set (    string* value);
}

Property Value

Type: System.String The modality name.
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

SeriesInformation Class
SeriesInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

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