←Select platform

ConvertDicomDataSet Method

Summary

Creates a new CompositeInstanceDataSet object from a DicomDataSet.

Syntax
C#
VB
C++
Public Function ConvertDicomDataSet( 
   ByVal dicomDataSet As DicomDataSet, 
   ByVal referencedFileName As String, 
   ByVal retrieveAe As String, 
   ByVal images() As ReferencedImages 
) As CompositeInstanceDataSet 
public:  
   CompositeInstanceDataSet^ ConvertDicomDataSet( 
      DicomDataSet^ dicomDataSet, 
      String^ referencedFileName, 
      String^ retrieveAe, 
      array<ReferencedImages^>^ images 
   ) 

Parameters

dicomDataSet

The DicomDataSet to convert.

referencedFileName

The path for the DicomDataSet.

retrieveAe

The AE Title System.String for the server used to retrieve the dicomDataSet.

images

The ReferencedImages generated from the dicomDataSet.

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.Medical.Storage.DataAccessLayer Assembly