| Visual Basic (Declaration) | |
|---|---|
<ObsoleteAttribute("Use the new version FindObjectInstanceEx method.")> Public Function FindObjectInstance( _ ByVal studyInstanceUID As String, _ ByVal seriesInstanceUID As String, _ ByVal instanceNumber As String, _ ByVal SOPInstanceUID As String, _ ByVal extraData As String _ ) As ObjectInstanceInformation()  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[ObsoleteAttribute("Use the new version FindObjectInstanceEx method.")] public ObjectInstanceInformation[] FindObjectInstance( string studyInstanceUID, string seriesInstanceUID, string instanceNumber, string SOPInstanceUID, string extraData )  | |
| C++/CLI | |
|---|---|
[ObsoleteAttribute("Use the new version FindObjectInstanceEx method.")] public: array<ObjectInstanceInformation^>^ FindObjectInstance( String^ studyInstanceUID, String^ seriesInstanceUID, String^ instanceNumber, String^ SOPInstanceUID, String^ extraData )  | |
Parameters
- studyInstanceUID
 - The Study Instance UID of the DICOM object to find. This value can be null or Empty.
 - seriesInstanceUID
 - The Series Instance UID for the DICOM object to query. This value can be null or Empty.
 - instanceNumber
 - The string representation of the DICOM Instance Number to search on. This value can be null or Empty.
 - SOPInstanceUID
 - The SOP Instance UID of the DICOM object. This value can be null or Empty.
 - extraData
 - Custom user data.
 
Return Value
An array of ObjectInstanceInformation containing the information found for each DICOM instance.This method has been deprecated by the FindObjectInstanceEx.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family