←Select platform

FillStudiesData Method

Summary

Fills the study information into the given CompositeInstanceDataSet.

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

Parameters

dicomDataSet

The DicomDataSet to extract the information from.

instanceDataSet

The CompositeInstanceDataSet to fill the information into.

updateExistentStudy

true to update the study 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 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