Gets or sets whether string data should be truncated to match the data store length when storing a DicomDataSet.
public bool AutoTruncate { get; set; }
Public Property AutoTruncate() As Boolean
Get
Set
public:
property bool AutoTruncate
{
bool get()
void set(bool value)
}
True to truncate the string data to match the data store length when storing a DicomDataSet. Otherwise, false. Default is false.
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 on
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET