←Select platform

AnatomicRegionSequence Property

Summary

Gets or sets the Anatomic Region Sequence.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.AnatomicRegionSequence)] 
public List<CodeSequence> AnatomicRegionSequence { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(533016)>  
Public Property AnatomicRegionSequence() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.CodeSequence) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(533016)] 
   property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::CodeSequence^>^ AnatomicRegionSequence 
   { 
      System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::CodeSequence^>^ get() 
      void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::CodeSequence^>^ value) 
   } 

Property Value

The Anatomic Region Sequence.

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