C#
VB
C++
Gets or sets the Display Set Patient Orientation (Optional).
[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)
}
The Display Set Patient Orientation.
The DisplaySetPatientOrientation specifies the patient direction of the rows and columns of the images.
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