←Select platform

PartialDataDisplayHandling Property

Summary

Gets or sets the Hanging Protocol Partial Data Display Handling (Mandatory)

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.PartialDataDisplayHandling)] 
public PartialDataDisplayHandling PartialDataDisplayHandling { get; set; } 
<ElementAttribute(7471624),  
 DataMemberAttribute()>  
Public Property PartialDataDisplayHandling() As PartialDataDisplayHandling 
   Get 
   Set 
public:  
   [ElementAttribute(7471624),  
   DataMemberAttribute] 
   property PartialDataDisplayHandling^ PartialDataDisplayHandling 
   { 
      PartialDataDisplayHandling^ get() 
      void set(PartialDataDisplayHandling^ value) 
   } 

Property Value

The Hanging Protocol Partial Data Display Handling.

Remarks

This is part of the Hanging Protocol Display Module. It is used in the case where not all image sets are available for display, and identifies whether to maintain the layout or not. For more information, PartialDataDisplayHandling

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