Gets or sets a value to allow private DICOM elements in the N-SET request.
public bool AllowPrivateElements { get; set; }
Public Property AllowPrivateElements As Boolean
true to allow private DICOM elements in the N-SET request; Otherwise, false. The default value is false.
A private DICOM element is an element which the group number used in the Element Tag is odd.
If this value is false and the NSetCommand detects a private DICOM element in the request, the NSetCommand will throw an Leadtools.Dicom.Scp.Command.Exceptions.UnDefienedAttributeTagException.
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