AllowPrivateElements Property (original) (raw)
Summary
Gets or sets a value to allow private DICOM elements in the N-CREATE request.
Syntax
public bool AllowPrivateElements { get; set; }
public:
property bool AllowPrivateElements {
bool get();
void set ( bool );
}
Property Value
true to allow private DICOM elements in the N-CREATE request; Otherwise, false. Default is true.
Leadtools.Dicom.Scp Assembly