ProcedureCodeSequence Property

Summary
Gets or sets the procedure code sequence.
Syntax
C#
VB
C++
[Element(DicomTag.ProcedureCodeSequence, Requirement = DicomIodUsageType.Type1MandatoryElement)] 
public List<CodeSequence> ProcedureCodeSequence { get; set; } 
<ElementAttribute()> 
Public Property ProcedureCodeSequence As List(Of CodeSequence) 
[ElementAttribute()] 
public: 
property List<CodeSequence^>^ ProcedureCodeSequence { 
   List<CodeSequence^>^ get(); 
   void set (    List<CodeSequence^>^ ); 
} 

Property Value

The procedure code sequence.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

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