←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly