C#
VB
C++
Gets the modalities in the study.
[Element(DicomTag.ModalitiesInStudy)]
public List<string> ModalitiesInStudy { get; set; }
Public Property ModalitiesInStudy As List(Of String)
public:
property List<String^>^ ModalitiesInStudy {
List<String^>^ get();
void set ( List<String^>^ );
}
The list of modalities in the study.
For an example refer to Find(dicomscp,findquery)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET