←Select platform

Set<TData>(DicomScp,Boolean,TData) Method

Summary

Sends an N-SET-REQ to the SCP.

Syntax

C#
VB
C++
public void Set<TData>(  
   Leadtools.Dicom.Scu.DicomScp Scp, 
   bool ignoreClass, 
   TData Data 
) 
Public Overloads Sub Set(Of TData)( _ 
   ByVal Scp As Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal ignoreClass As Boolean, _ 
   ByVal Data As TData _ 
) 
public: 
void Setgeneric<typename TData> 
(  
   Leadtools.Dicom.Scu.DicomScp^ Scp, 
   bool ignoreClass, 
   _TData^_ Data 
) 

Parameters

Scp
The peer connection to send the N-SET-REQ to.

ignoreClass
If set to true ignores class defined in the InstanceAttribute of Data.

Data
The data to send in the N-SET-REQ.

Type Parameters

TData
The type of the data.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Scu Assembly
Click or drag to resize