LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)

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

Show in webframe





The type of the data.
The peer connection to send the N-SET-REQ to.
If set to true ignores class defined in the InstanceAttribute of Data.
The data to send in the N-SET-REQ.
The delegate to call before adding Data properties to the dataset that will be used in the N-SET-REQ.
Sends an N-SET-REQ to the SCP.
Syntax
public void Set<TData>( 
   DicomScp Scp,
   bool ignoreClass,
   TData Data,
   BeforeAddTagDelegate beforeAdd
)
'Declaration
 
Public Overloads Sub Set(Of TData)( _
   ByVal Scp As DicomScp, _
   ByVal ignoreClass As Boolean, _
   ByVal Data As TData, _
   ByVal beforeAdd As BeforeAddTagDelegate _
) 
'Usage
 
Dim instance As PerformedProcedureStepScu
Dim Scp As DicomScp
Dim ignoreClass As Boolean
Dim Data As TData
Dim beforeAdd As BeforeAddTagDelegate
 
instance.Set(Of TData)(Scp, ignoreClass, Data, beforeAdd)

            

            
public:
void Setgeneric<typename TData>
( 
   DicomScp^ Scp,
   bool ignoreClass,
   TData^ Data,
   BeforeAddTagDelegate^ beforeAdd
) 

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.
beforeAdd
The delegate to call before adding Data properties to the dataset that will be used in the N-SET-REQ.

Type Parameters

TData
The type of the data.
Requirements

Target Platforms

See Also

Reference

PerformedProcedureStepScu Class
PerformedProcedureStepScu Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features