- responseTemplate
- A DicomDataSet that represents the matching response.
| Visual Basic (Declaration) | |
|---|---|
Protected Sub OnMatchFound( _ ByVal responseTemplate As DicomDataSet _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
protected void OnMatchFound( DicomDataSet responseTemplate ) | |
| C++/CLI | |
|---|---|
protected: void OnMatchFound( DicomDataSet responseTemplate ) | |
Parameters
- responseTemplate
- A DicomDataSet that represents the matching response.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code