- Client
- The client.
- presenationID
- The presenation ID.
- messageID
- The message ID.
- affectedClass
- The affected class.
- instance
- The instance.
- status
- The status.
- dataset
- The dataset.
Visual Basic (Declaration) | |
---|---|
Public Overridable Sub OnSendNGetResponse( _ ByVal Client As DicomClient, _ ByVal presenationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal instance As String, _ ByVal status As DicomCommandStatusType, _ ByVal dataset As DicomDataSet _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void OnSendNGetResponse( DicomClient Client, byte presenationID, int messageID, string affectedClass, string instance, DicomCommandStatusType status, DicomDataSet dataset ) |
C++/CLI | |
---|---|
public: virtual void OnSendNGetResponse( DicomClient^ Client, byte presenationID, int messageID, String^ affectedClass, String^ instance, DicomCommandStatusType status, DicomDataSet dataset ) |
Parameters
- Client
- The client.
- presenationID
- The presenation ID.
- messageID
- The message ID.
- affectedClass
- The affected class.
- instance
- The instance.
- status
- The status.
- dataset
- The dataset.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family