←Select platform

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++
[Element(DicomTag.IncludeNonDICOMObjects)] 
public Nullable<IncludeNonDicomObjects> AllowNonDicomObjects { get; set; } 
<TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.IncludeNonDicomObjects, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")> 
<Leadtools.Dicom.Common.Extensions.ElementAttribute()> 
Public Property AllowNonDicomObjects As Nullable(Of IncludeNonDicomObjects) 
[TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.IncludeNonDicomObjects, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")] 
[Leadtools.Dicom.Common.Extensions.ElementAttribute()] 
public: 
property Nullable<IncludeNonDicomObjects> AllowNonDicomObjects { 
   Nullable<IncludeNonDicomObjects> get(); 
   void set (    Nullable<IncludeNonDicomObjects> ); 
} 

Property Value

Yes to allow non-DICOM object; otherwise, no.

Remarks

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

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.Common Assembly