←Select platform

ReformattingOperationType Property

Summary

Gets or sets the Display Set Reformatting Operation Type (Optional).

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.ReformattingOperationType)] 
public Nullable<ReformattingOperationType> ReformattingOperationType { get; set; } 
<ElementAttribute(7472400),  
 DataMemberAttribute()>  
Public Property ReformattingOperationType() As System.Nullable(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.ReformattingOperationType) 
   Get 
   Set 
public:  
   [ElementAttribute(7472400),  
   DataMemberAttribute] 
   property System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::ReformattingOperationType^> ReformattingOperationType 
   { 
      System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::ReformattingOperationType^> get() 
      void set(System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::ReformattingOperationType^> value) 
   } 

Property Value

The Display Set Reformatting Operation Type.

Remarks

Specifies the reformatting operation that is applied to the TimeBasedImageSet For more information, see ReformattingOperationType.

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