Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomNet Class : SendCFindResponse Method |
public void SendCFindResponse( byte presentationID, int messageID, string affectedClass, DicomCommandStatusType status, DicomDataSet dataSet )
'Declaration
Public Sub SendCFindResponse( _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal status As DicomCommandStatusType, _ ByVal dataSet As DicomDataSet _ )
'Usage
Dim instance As DicomNet Dim presentationID As Byte Dim messageID As Integer Dim affectedClass As String Dim status As DicomCommandStatusType Dim dataSet As DicomDataSet instance.SendCFindResponse(presentationID, messageID, affectedClass, status, dataSet)
public void SendCFindResponse( byte presentationID, int messageID, string affectedClass, DicomCommandStatusType status, DicomDataSet dataSet )
function Leadtools.Dicom.DicomNet.SendCFindResponse( presentationID , messageID , affectedClass , status , dataSet )
public: void SendCFindResponse( byte presentationID, int messageID, String^ affectedClass, DicomCommandStatusType status, DicomDataSet^ dataSet )