InstitutionCodeSequence Property

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

Property Value

The institution 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.