←Select platform

DisplaySetPatientOrientation Property

Summary

Gets or sets the Display Set Patient Orientation (Optional).

Syntax
C#
VB
C++
[Element(DicomTag.DisplaySetPatientOrientation)] 
[DataMemberAttribute()] 
public List<string> DisplaySetPatientOrientation { get; set; } 
<ElementAttribute(7472896),  
 DataMemberAttribute()>  
Public Property DisplaySetPatientOrientation() As System.Collections.Generic.List(Of String) 
   Get 
   Set 
public:  
   [ElementAttribute(7472896),  
   DataMemberAttribute] 
   property System::Collections::Generic::List<String^>^ DisplaySetPatientOrientation 
   { 
      System::Collections::Generic::List<String^>^ get() 
      void set(System::Collections::Generic::List<String^>^ value) 
   } 

Property Value

The Display Set Patient Orientation.

Remarks

The DisplaySetPatientOrientation specifies the patient direction of the rows and columns of the images.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.