Queries for DICOM objects information based on search parameters.
[ObsoleteAttribute("Use the new version FindObjectInstanceEx method.")]public ObjectInstanceInformation[] FindObjectInstance(string studyInstanceUID,string seriesInstanceUID,string instanceNumber,string SOPInstanceUID,string extraData)
<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 Leadtools.Dicom.Web.ObjectInstanceInformation()
[ObsoleteAttribute("Use the new version FindObjectInstanceEx method.")]public:Leadtools.Dicom.Web.array<ObjectInstanceInformation^>^ FindObjectInstance(String^ studyInstanceUID,String^ seriesInstanceUID,String^ instanceNumber,String^ SOPInstanceUID,String^ extraData)
studyInstanceUID
The Study Instance UID of the DICOM object to find. This value can be null or System.String.Empty.
seriesInstanceUID
The Series Instance UID for the DICOM object to query. This value can be null or System.String.Empty.
instanceNumber
The string representation of the DICOM Instance Number to search on. This value can be null or System.String.Empty.
SOPInstanceUID
The SOP Instance UID of the DICOM object. This value can be null or System.String.Empty.
extraData
Custom user data.
An array of ObjectInstanceInformation containing the information found for each DICOM instance.
This method has been deprecated by the FindObjectInstanceEx.
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
