←Select platform

ProcedureCodeSequence Property

Summary

Gets or sets the Procedure Code Sequence.

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[Element(DicomTag.ProcedureCodeSequence)] 
public List<CodeSequence> ProcedureCodeSequence { get; set; } 
public:  
   [DataMemberAttribute,  
   ElementAttribute(528434)] 
   property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::CodeSequence^>^ ProcedureCodeSequence 
   { 
      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 Procedure Code Sequence.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.