←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly