←Select platform

Laterality Property

Summary

Gets or sets the Laterality.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.Laterality)] 
public Nullable<Laterality> Laterality { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.Laterality())>  
Public Property Laterality() As Nullable(Of Laterality) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::Laterality()))] 
   property Nullable<Laterality^>^ Laterality 
   { 
      Nullable<Laterality^>^ get() 
      void set(Nullable<Laterality^>^ value) 
   } 

Property Value

The Laterality.

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.