←Select platform

FillSeriesData Method

Summary

Fills the series information into the given CompositeInstanceDataSet.

Syntax

C#
VB
C++
protected virtual void FillSeriesData( 
   DicomDataSet dicomDataSet, 
   CompositeInstanceDataSet instanceDataSet, 
   bool updateExistentSeries, 
   string retrieveAe 
) 
Protected Overridable Sub FillSeriesData( 
   ByVal dicomDataSet As DicomDataSet, 
   ByVal instanceDataSet As CompositeInstanceDataSet, 
   ByVal updateExistentSeries As Boolean, 
   ByVal retrieveAe As String 
) 
protected:  
   virtual void FillSeriesData( 
      DicomDataSet^ dicomDataSet, 
      CompositeInstanceDataSet^ instanceDataSet, 
      bool updateExistentSeries, 
      String^ retrieveAe 
   ) 

Parameters

dicomDataSet

The DicomDataSet to extract the information from.

instanceDataSet

The CompositeInstanceDataSet to fill the information into.

updateExistentSeries

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

retrieveAe

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

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