LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)

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

Show in webframe





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

            

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

Parameters

Scp
The peer connection to send the N-CREATE-REQ to.
Data
The data to send in the N-CREATE-REQ.
ignoreClass
If set to true ignores class defined in the InstanceAttribute of Data.
beforeAdd
The delegate to call before adding Data properties to the dataset that will be used in the N-CREATE-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