LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

PatientName Property

Show in webframe






Gets or sets the Patient name of the study.
Syntax
public string PatientName {get; set;}
'Declaration
 
Public Property PatientName As String
'Usage
 
Dim instance As StudyInformation
Dim value As String
 
instance.PatientName = value
 
value = instance.PatientName

            

            
public: __property string* get_PatientName();
public: __property void set_PatientName( 
   string* value
);
public:
property string* PatientName {
   string* get();
   void set (    string* value);
}

Property Value

Type: System.String The Patient name of the study.
Requirements

Target Platforms

See Also

Reference

StudyInformation Class
StudyInformation Members

 

 


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