Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.26
|
Leadtools.Medical.Storage.DataAccessLayer Namespace > StorageDbDataAccessAgent Class : AutoTruncateData Property |
public bool AutoTruncateData {get; set;}
'Declaration Public Property AutoTruncateData As Boolean
'Usage Dim instance As StorageDbDataAccessAgent Dim value As Boolean instance.AutoTruncateData = value value = instance.AutoTruncateData
This should only be set to true if necessary. The data store length should be enough to hold the stored information according to the DICOM standards. However, if there are Leadtools.Dicom.DicomDataSet objects that don't comply with the standard they won't be stored unless this option is set to true.