←Select platform

PartialDataDisplayHandling Property

Summary

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

Syntax
C#
VB
C++
[Element(DicomTag.PartialDataDisplayHandling)] 
[DataMemberAttribute()] 
public PartialDataDisplayHandling PartialDataDisplayHandling { get; set; } 
<ElementAttribute(New DicomTag.PartialDataDisplayHandling()),  
 DataMemberAttribute()>  
Public Property PartialDataDisplayHandling() As PartialDataDisplayHandling 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::PartialDataDisplayHandling())),  
   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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly