Leadtools.Medical.Storage.DataAccessLayer Namespace > DicomDataSetConverter Class : AutoTruncate Property |
public bool AutoTruncate {get; set;}
'Declaration Public Property AutoTruncate As Boolean
'Usage Dim instance As DicomDataSetConverter Dim value As Boolean instance.AutoTruncate = value value = instance.AutoTruncate
public bool AutoTruncate {get; set;}
get_AutoTruncate();
set_AutoTruncate(value);
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 on
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2