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