Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn.Interfaces Namespace > IDicomRequest Interface : SendNGetRequest Method |
void SendNGetRequest( DicomRequest requestInfo, byte presentationID, int messageID, string affectedClass, string instance, long[] attributes, int count )
'Declaration Sub SendNGetRequest( _ ByVal requestInfo As DicomRequest, _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal instance As String, _ ByVal attributes() As Long, _ ByVal count As Integer _ )
'Usage Dim instance As IDicomRequest Dim requestInfo As DicomRequest Dim presentationID As Byte Dim messageID As Integer Dim affectedClass As String Dim instance As String Dim attributes() As Long Dim count As Integer instance.SendNGetRequest(requestInfo, presentationID, messageID, affectedClass, instance, attributes, count)
void SendNGetRequest( DicomRequest^ requestInfo, byte presentationID, int messageID, String^ affectedClass, String^ instance, array<int64>^ attributes, int count )