C#
VB
C++
Gets or sets the Display Set Reformatting Operation Type (Optional).
[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)
}
The Display Set Reformatting Operation Type.
Specifies the reformatting operation that is applied to the TimeBasedImageSet For more information, see ReformattingOperationType.
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