TResult
The type of the result.
LEADTOOLS Medical (Leadtools.Dicom.Scu assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Get<TResult> Method
See Also 
Leadtools.Dicom.Scu Namespace > PerformedProcedureStepScu Class : Get<TResult> Method




Scp
The peer connection to send the N-SET-REQ to.
AbstractSyntax
The abstract syntax. Valid values for the AbstractSyntax are Modality Performed Retrieve Class and General Purpose Performed Procedure Step.
SOPInstanceUID
The SOP Instance of the class. A server may, for example, have three instances of the Nuclear Modality Performed Retrieve Class. This value identifies the data with a specific instance.
Attributes
The attributes to get. The attributes must be specified using the Data Element Tags.
Scp
The peer connection to send the N-SET-REQ to.
AbstractSyntax
The abstract syntax. Valid values for the AbstractSyntax are Modality Performed Retrieve Class and General Purpose Performed Procedure Step.
SOPInstanceUID
The SOP Instance of the class. A server may, for example, have three instances of the Nuclear Modality Performed Retrieve Class. This value identifies the data with a specific instance.
Attributes
The attributes to get. The attributes must be specified using the Data Element Tags.
Sends an N-GET-REQ to the SCP.

Syntax

Visual Basic (Declaration) 
Public Function Get(Of TResult)( _
   ByVal Scp As DicomScp, _
   ByVal AbstractSyntax As String, _
   ByVal SOPInstanceUID As String, _
   ByVal Attributes As List(Of Long) _
) As TResult
Visual Basic (Usage)Copy Code
Dim instance As PerformedProcedureStepScu
Dim Scp As DicomScp
Dim AbstractSyntax As String
Dim SOPInstanceUID As String
Dim Attributes As List(Of Long)
Dim value As TResult
 
value = instance.Get(Of TResult)(Scp, AbstractSyntax, SOPInstanceUID, Attributes)
Managed Extensions for C++ 
public: TResult* Get<TResult>( 
   DicomScp* Scp,
   string* AbstractSyntax,
   string* SOPInstanceUID,
   List<long>* Attributes
) 
C++/CLI 
public:
TResult^ Getgeneric<typename TResult>
( 
   DicomScp^ Scp,
   String^ AbstractSyntax,
   String^ SOPInstanceUID,
   List<int64>^ Attributes
) 

Parameters

Scp
The peer connection to send the N-SET-REQ to.
AbstractSyntax
The abstract syntax. Valid values for the AbstractSyntax are Modality Performed Retrieve Class and General Purpose Performed Procedure Step.
SOPInstanceUID
The SOP Instance of the class. A server may, for example, have three instances of the Nuclear Modality Performed Retrieve Class. This value identifies the data with a specific instance.
Attributes
The attributes to get. The attributes must be specified using the Data Element Tags.

Type Parameters

TResult
The type of the result.

Return Value

The requested data return from the N-SET-REQ. TResult needs to have the correct attributes in order to be update with information from the returned dataset.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features