C#
VB
C++
Gets or sets the value specifying whether or not to include a display application.
[Element(DicomTag.IncludeDisplayApplication)]
public Nullable<YesNo> IncludeDisplayApplication { get; set; }
<TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, 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 IncludeDisplayApplication As Nullable(Of YesNo)
[TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, 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<YesNo> IncludeDisplayApplication {
Nullable<YesNo> get();
void set ( Nullable<YesNo> );
}
Yes to include a display application, not otherwise.
The SCP may or may not have the capability to include an application to display the DICOM instances on the created media.
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