Visual Basic (Declaration) | |
---|---|
<ObsoleteAttribute("Use the new version GetDicomInformationEx method.")> Public Function GetDicomInformation( _ ByVal studyInstanceUID As String, _ ByVal seriesInstanceUID As String _ ) As ObjectInstanceInformation() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[ObsoleteAttribute("Use the new version GetDicomInformationEx method.")] public ObjectInstanceInformation[] GetDicomInformation( string studyInstanceUID, string seriesInstanceUID ) |
C++/CLI | |
---|---|
[ObsoleteAttribute("Use the new version GetDicomInformationEx method.")] public: array<ObjectInstanceInformation^>^ GetDicomInformation( String^ studyInstanceUID, String^ seriesInstanceUID ) |
Parameters
- studyInstanceUID
- A String representing the Study Instance UID.
- seriesInstanceUID
- A String representing the Series Instance UID.
Return Value
An array of ObjectInstanceInformation where each element contain information about a DICOM instance in the series.Please check our Medical Web Viewer demo, located in WinForms.csproj project.
This method has been deprecated by the GetDicomInformationEx.
Use this method to retrieve general information about the DICOM instances for a specific series.
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