←Select platform

DisplaySetPatientOrientation Property

Summary

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

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.DisplaySetPatientOrientation)] 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly