←Select platform

Laterality Property

Summary

Gets or sets the Laterality.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.Laterality)] 
public Nullable<Laterality> Laterality { get; set; } 
<ElementAttribute(2097248),  
 DataMemberAttribute()>  
Public Property Laterality() As System.Nullable(Of Leadtools.Dicom.Common.DataTypes.Laterality) 
   Get 
   Set 
public:  
   [ElementAttribute(2097248),  
   DataMemberAttribute] 
   property System::Nullable<Leadtools::Dicom::Common::DataTypes::Laterality^> Laterality 
   { 
      System::Nullable<Leadtools::Dicom::Common::DataTypes::Laterality^> get() 
      void set(System::Nullable<Leadtools::Dicom::Common::DataTypes::Laterality^> value) 
   } 

Property Value

The Laterality.

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