C#
VB
C++
Gets or sets the Anatomic Region Sequence.
[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)
}
The Anatomic Region Sequence.
The AnatomicRegionSequence is a list of CodeSequence that specify the anatomic region of interest to which this Hanging Protocol applies.
HangingProtocolDefinitionSequence Class
HangingProtocolDefinitionSequence Members
Leadtools.Medical.Storage.DataAccessLayer.MatchingParameters Namespace
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