Visual Basic (Declaration) | |
---|---|
Public Function GetStudy( _ ByVal studyInstanceUID As String _ ) As DataSet |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DataSet GetStudy( string studyInstanceUID ) |
C++/CLI | |
---|---|
public: DataSet GetStudy( String^ studyInstanceUID ) |
Parameters
- studyInstanceUID
- The DICOM Study Instance UID String identifying the study to retrieve.
Return Value
A DataSet containing the information about the requested study.
The DataSet will contains single table and each row represents a separate study information if many were found.
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
This information will be retrieved from the local cache if present
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family