GetCompatiblePresentationContext Method

Summary

Returns a Leadtools.Dicom.Scu.Common.PresentationContext that contains the abstract syntax and transfer syntax of a Leadtools.Dicom.DicomDataSet

Syntax
C#
VB
C++
public static PresentationContext GetCompatiblePresentationContext( 
   DicomDataSet ds 
) 
  
Public Shared Function GetCompatiblePresentationContext( _ 
   ByVal ds As DicomDataSet _ 
) As PresentationContext 
public: 
static PresentationContext^ GetCompatiblePresentationContext(  
   DicomDataSet^ ds 
)  

Parameters

Return Value

a Leadtools.Dicom.Scu.Common.PresentationContext that contains the abstract syntax and transfer syntax of a Leadtools.Dicom.DicomDataSet

Remarks

Since the C-GET requests and retrieves information on the same DICOM association, you must the SOP Class UID of the DICOM instances that are to be retrieved prior to the DICOM assocation. If you have access to a Leadtools.Dicom.DicomDataSet that is compatible with the instances that you are trying to retrieve, then you can use this method to generate a compatible Leadtools.Dicom.Scu.Common.PresentationContext. This presentation context can then be added to the last parameter (a List of Leadtools.Dicom.Scu.Common.PresentationContext) of any of the Get(DicomScp,DicomDataSet) methods.

Example

For an example, refer to Get(DicomScp,String,List<PresentationContext>)

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly