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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly