ConceptNameCodeSequence Property

Summary
Gets or sets the concept name code sequence.
Syntax
C#
VB
C++
[Element(DicomTag.ConceptNameCodeSequence)] 
public List<CodeSequence> ConceptNameCodeSequence { get; set; } 
<ElementAttribute()> 
Public Property ConceptNameCodeSequence As List(Of CodeSequence) 
[ElementAttribute()] 
public: 
property List<CodeSequence^>^ ConceptNameCodeSequence { 
   List<CodeSequence^>^ get(); 
   void set (    List<CodeSequence^>^ ); 
} 

Property Value

The concept name 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.