Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)

Show in webframe

GetCompatiblePresentationContext Method






The Leadtools.Dicom.DicomDataSet that is used to generate the Leadtools.Dicom.Scu.Common.PresentationContext
Returns a Leadtools.Dicom.Scu.Common.PresentationContext that contains the abstract syntax and transfer syntax of a Leadtools.Dicom.DicomDataSet
Syntax
public static PresentationContext GetCompatiblePresentationContext( 
   DicomDataSet ds
)
'Declaration
 
Public Shared Function GetCompatiblePresentationContext( _
   ByVal ds As DicomDataSet _
) As PresentationContext
'Usage
 
Dim ds As DicomDataSet
Dim value As PresentationContext
 
value = QueryRetrieveScu.GetCompatiblePresentationContext(ds)

            

            
public:
static PresentationContext^ GetCompatiblePresentationContext( 
   DicomDataSet^ ds
) 

Parameters

ds
The Leadtools.Dicom.DicomDataSet that is used to generate the Leadtools.Dicom.Scu.Common.PresentationContext

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

See Also

Reference

QueryRetrieveScu Class
QueryRetrieveScu Members

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