←Select platform

AutoTruncateData Property

Summary

Gets or sets a value indicating whether string data should be truncated to match the data store length when storing a DicomDataSet.

Syntax
C#
VB
C++
public bool AutoTruncateData { get; set; } 
Public Property AutoTruncateData() As Boolean 
   Get 
   Set 
public:  
   property bool AutoTruncateData 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to truncate the string data to match the data store length when storing a DicomDataSet; otherwise, it is false. The default value is false.

Remarks

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 DicomDataSet objects that don't comply with the standard they won't be stored unless this option is set to true.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly