Gets or sets the Patient ID for this viewer.
            
            
            
            
            
            
            
            public virtual string PatientID {get; set;}
             
        
            
            'Declaration
 
Public Overridable Property PatientID As String
             
        
            
            'Usage
 
Dim instance As StudiesViewer
Dim value As String
 
instance.PatientID = value
 
value = instance.PatientID
             
        
            
        
            
        
            
            public: __property virtual string* get_PatientID();
public: __property virtual void set_PatientID( 
   string* value
);
             
        
            
            public:
virtual property string* PatientID {
   string* get();
   void set (    string* value);
}
             
        
             
        
            
            
            Property Value
The Patient ID for this viewer.