AnatomicRegionSequence Property (original) (raw)
Summary
Gets or sets the Anatomic Region Sequence.
Syntax
[DataMemberAttribute()]
[Element(DicomTag.AnatomicRegionSequence)]
public List<[CodeSequence](datatypes-codesequence.html)> AnatomicRegionSequence { 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.
Leadtools.Dicom.Common Assembly