public void SendCStoreResponse(
byte ,
int ,
string ,
string ,
DicomCommandStatusType ,
string
)
'Declaration
Public Sub SendCStoreResponse( _
ByVal As Byte, _
ByVal As Integer, _
ByVal As String, _
ByVal As String, _
ByVal As DicomCommandStatusType, _
ByVal As String _
)
'Usage
Dim instance As ClientSession
Dim presentationID As Byte
Dim messageID As Integer
Dim abstractClass As String
Dim affectedSOPInstanceUID As String
Dim status As DicomCommandStatusType
Dim descriptionMessage As String
instance.SendCStoreResponse(presentationID, messageID, abstractClass, affectedSOPInstanceUID, status, descriptionMessage)
public:
void SendCStoreResponse(
byte ,
int ,
String^ ,
String^ ,
DicomCommandStatusType ,
String^
)