- matchingParameters
- The matching parameters received by the C-FIND request to query for the DICOM results.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub SendCFindResponsesToClientSession( _ ByVal matchingParameters As MatchingParameterList _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MWLCFindCommand Dim matchingParameters As MatchingParameterList instance.SendCFindResponsesToClientSession(matchingParameters) |
C# | |
---|---|
protected override void SendCFindResponsesToClientSession( MatchingParameterList matchingParameters ) |
C++/CLI | |
---|---|
protected: void SendCFindResponsesToClientSession( MatchingParameterList^ matchingParameters ) override |
Parameters
- matchingParameters
- The matching parameters received by the C-FIND request to query for the DICOM results.
This method should only send the Pending C-FIND responses to the client without including the last C-FIND response which includes the final status.
The last C-FIND response which indicates the status of the C-FIND operation will be send by the CFindCommand after calling this method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7