- presentationID
 - The presentation ID.
 
- messageID
 - The message ID.
 
- affectedClass
 - The affected class.
 
- status
 - The status.
 
- dataSet
 - The data set.
 
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Sub OnReceiveCFindResponse( _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal status As DicomCommandStatusType, _ ByVal dataSet As DicomDataSet _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
protected override void OnReceiveCFindResponse( byte presentationID, int messageID, string affectedClass, DicomCommandStatusType status, DicomDataSet dataSet )  | |
| Managed Extensions for C++ | |
|---|---|
protected: void OnReceiveCFindResponse( byte presentationID, int messageID, string* affectedClass, DicomCommandStatusType status, DicomDataSet dataSet ) override  | |
| C++/CLI | |
|---|---|
protected: void OnReceiveCFindResponse( byte presentationID, int messageID, String^ affectedClass, DicomCommandStatusType status, DicomDataSet dataSet ) override  | |
Parameters
- presentationID
 - The presentation ID.
 - messageID
 - The message ID.
 - affectedClass
 - The affected class.
 - status
 - The status.
 - dataSet
 - The data set.
 
Used internally by Scu implementation.
            Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
  
   
                           
Copy Code