C#
VB
C++
Gets or sets the value specifying whether or not to include a display application.
public Nullable<YesNo> IncludeDisplayApplication { get; set; }
Public Property IncludeDisplayApplication As Nullable(Of YesNo)
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