C#
VB
C++
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.
[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> );
}
Yes to allow non-DICOM object; otherwise, no.
The SCP is not required to be able to add such files.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET