←Select platform

AllowPrivateElements Property

Summary

Gets or sets a value to allow private DICOM elements in the N-SET request.

Syntax

C#
VB
C++
public bool AllowPrivateElements { get; set; } 
  
Public Property AllowPrivateElements As Boolean 
public: 
property bool AllowPrivateElements { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to allow private DICOM elements in the N-SET request; Otherwise, false. The default value is false.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly