←Select platform

LogSendCGetRequest Method

Summary

Logs the C-GET-REQ message

Syntax

C#
VB
C++
protected virtual void LogSendCGetRequest( 
   byte presentationID, 
   int messageID, 
   string affectedClass, 
   DicomCommandPriorityType priority, 
   DicomDataSet dataSet 
) 
  
Protected Sub LogSendCGetRequest( _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal affectedClass As String, _ 
   ByVal priority As Leadtools.Dicom.DicomCommandPriorityType, _ 
   ByVal dataSet As Leadtools.Dicom.DicomDataSet _ 
)  
protected: 
void LogSendCGetRequest(  
   byte presentationID, 
   int messageID, 
   String^ affectedClass, 
   Leadtools.Dicom.DicomCommandPriorityType priority, 
   Leadtools.Dicom.DicomDataSet^ dataSet 
)  

Parameters

presentationID
The presentation ID.

messageID
The unique message ID for this message.

affectedClass
The SOP UID for this C-GET query.

priority
The priority.

dataSet
The data set to send with this C-GET-REQ.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly