Gets or sets a value whether to update the study data when storing a DICOM instance with the same Series Instance UID of an existing one.
            
            
            
            
            
            
            
            public bool UpdateSeriesData {get; set;}
             
        
            
            'Declaration
 
Public Property UpdateSeriesData As Boolean
             
        
            
            'Usage
 
Dim instance As InstanceCStoreCommandConfiguration
Dim value As Boolean
 
instance.UpdateSeriesData = value
 
value = instance.UpdateSeriesData
             
        
            
        
            
        
            
            public:
property bool UpdateSeriesData {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
true to update the patient data when storing a DICOM instance with the same Series Instance UID of an existing one; otherwise false. The default value is true.