LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)

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

Show in webframe





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

            

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

Parameters

Scp
The peer connection to send the N-CREATE-REQ to.
ignoreClass
If set to true ignores class defined in the InstanceAttribute of Data.
Data
The data to send in the N-CREATE-REQ.

Type Parameters

TData
The type of the data.
Remarks
This version of create allows you to create dataset with the class you are passing. However, it creates an undefined classs if the ignoreClass parameter is true.
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