←Select platform

FillADONetDataSet(CompositeInstanceDataSet,DicomDataSet,string,string,string,string,string,ReferencedImages[],bool,bool,bool,bool) Method

Summary

Fill a CompositeInstanceDataSet object with information from a Leadtools.Dicom.DicomDataSet

Syntax

C#
VB
C++
  
Public Overloads Sub FillADONetDataSet( _ 
   ByVal instanceDataSet As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet, _ 
   ByVal dicomDataSet As Leadtools.Dicom.DicomDataSet, _ 
   ByVal referencedFileName As String, _ 
   ByVal token As String, _ 
   ByVal externalStoreGuid As String, _ 
   ByVal retrieveAe As String, _ 
   ByVal storeAe As String, _ 
   ByVal images() As Leadtools.Medical.Storage.Dataaccesslayer.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 Leadtools.Dicom.DicomDataSet to convert.

referencedFileName
The path for the Leadtools.Dicom.DicomDataSet.

token
If the Leadtools.Dicom.DicomDataSet is stored externally, the store token used to retrieve the Leadtools.Dicom.DicomDataSet; otherwise string.Empty

externalStoreGuid
If the Leadtools.Dicom.DicomDataSet is stored externally, the GUID that uniquely identifies the external store addin used to retrieve the Leadtools.Dicom.DicomDataSet; otherwise string.Empty

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

storeAe
The AE Title System.String of the SCU that sent the original C-Store-REQ 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