Modalities Property

Summary

Gets the list of modalities.

Syntax
C#
VB
C++
[Element(DicomTag.ModalitiesInStudy)] 
public List<string> Modalities { get; } 
  
Public ReadOnly Property Modalities As List(Of String) 
public: 
property List<String^>^ Modalities { 
   List<String^>^ get(); 
} 

Property Value

The list modalities in the study.

Requirements

Target Platforms

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

Leadtools.Dicom.Scu Assembly