Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)

Show in webframe

ModalitiesInStudy Property






Gets the modalities in the study.
Syntax
public List<string> ModalitiesInStudy {get; set;}
'Declaration
 
Public Property ModalitiesInStudy As List(Of String)
'Usage
 
Dim instance As Study
Dim value As List(Of String)
 
instance.ModalitiesInStudy = value
 
value = instance.ModalitiesInStudy

            

            
public:
property List<String^>^ ModalitiesInStudy {
   List<String^>^ get();
   void set (    List<String^>^ value);
}

Property Value

The list of modalities in the study.
Example
For an example refer to Find(DicomScp,FindQuery)
Requirements

Target Platforms

See Also

Reference

Study Class
Study Members

Error processing SSI file
Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features