←Select platform

IncludeDisplayApplication Property

Summary

Gets or sets the value specifying whether or not to include a display application.

Syntax

C#
VB
C++
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> ); 
} 

Property Value

Yes to include a display application, not otherwise.

Remarks

The SCP may or may not have the capability to include an application to display the DICOM instances on the created media.

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