←Select platform

FillADONetDataSet Method

Summary

Fill a CompositeInstanceDataSet object with information from a DicomDataSet.

Syntax

C#
VB
C++
Public MustOverride Sub FillADONetDataSet( 
   ByVal instanceDataSet As CompositeInstanceDataSet, 
   ByVal dicomDataSet As DicomDataSet, 
   ByVal referencedFileName As String, 
   ByVal retrieveAe As String, 
   ByVal images() As ReferencedImages, 
   ByVal updateExistentPatient As Boolean, 
   ByVal updateExistentStudy As Boolean, 
   ByVal updateExistentSeries As Boolean, 
   ByVal updateExistentInstances As Boolean 
) 

Parameters

instanceDataSet

The CompositeInstanceDataSet which will contains the information from the dicomDataSet.

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.

updateExistentPatient

true to update the patient information in the given instanceDataSet if the given dicomDataSet has different values.

updateExistentStudy

true to update the study information in the given instanceDataSet if the given dicomDataSet has different values.

updateExistentSeries

true to update the series information in the given instanceDataSet if the given dicomDataSet has different values.

updateExistentInstances

true to update the instance information in the given instanceDataSet if the given dicomDataSet has different values.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly