AllowNonDicomObjects Property

Summary
Gets or sets the value specifying whether to include non-DICOM objects(e.g., HTML files, JPEG images) that are a rendering of the DICOM instances, on the created media.
Syntax
C#
VB
C++
public Nullable<IncludeNonDicomObjects> AllowNonDicomObjects { get; set; } 
  
Public Property AllowNonDicomObjects As Nullable(Of IncludeNonDicomObjects) 
public: 
property Nullable<IncludeNonDicomObjects> AllowNonDicomObjects { 
   Nullable<IncludeNonDicomObjects> get(); 
   void set (    Nullable<IncludeNonDicomObjects> ); 
} 

Property Value

Yes to allow non-DICOM object, no otherwise.

Remarks

The SCP is not required to be able to add such files.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.