←Select platform

AnatomicRegionSequence Property

Summary

Gets or sets the Anatomic Region Sequence.

Syntax
C#
VB
C++
[Element(DicomTag.AnatomicRegionSequence)] 
public List<CodeSequence> AnatomicRegionSequence { get; set; } 
<ElementAttribute(533016)>  
Public Property AnatomicRegionSequence() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.CodeSequence) 
   Get 
   Set 
public:  
   [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.

Remarks

The AnatomicRegionSequence is a list of CodeSequence that specify the anatomic region of interest to which this Hanging Protocol applies.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly