Gets or sets a value to allow private DICOM elements in the N-CREATE request.
public bool AllowPrivateElements { get; set; }
Public Property AllowPrivateElements As Boolean
true to allow private DICOM elements in the N-CREATE request; Otherwise, false. Default is true.
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 NCreateCommand detect an private DICOM element in the request, the NCreateCommand 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