Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu.Common Namespace > DicomConnection Class : LogSendCGetRequest Method |
protected void LogSendCGetRequest( byte presentationID, int messageID, string affectedClass, DicomCommandPriorityType priority, DicomDataSet dataSet )
'Declaration Protected Sub LogSendCGetRequest( _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal priority As DicomCommandPriorityType, _ ByVal dataSet As DicomDataSet _ )
'Usage Dim instance As DicomConnection Dim presentationID As Byte Dim messageID As Integer Dim affectedClass As String Dim priority As DicomCommandPriorityType Dim dataSet As DicomDataSet instance.LogSendCGetRequest(presentationID, messageID, affectedClass, priority, dataSet)
protected: void LogSendCGetRequest( byte presentationID, int messageID, String^ affectedClass, DicomCommandPriorityType priority, DicomDataSet^ dataSet )