←Select platform

FillImagesInformation Method

Summary

Fills the images information into the given CompositeInstanceDataSet.

Syntax

C#
VB
C++
public void FillImagesInformation( 
   CompositeInstanceDataSet instanceDataSet, 
   string sopInstanceUID, 
   ReferencedImages[] images, 
   bool update 
) 
Public Sub FillImagesInformation( 
   ByVal instanceDataSet As CompositeInstanceDataSet, 
   ByVal sopInstanceUID As String, 
   ByVal images() As ReferencedImages, 
   ByVal update As Boolean 
) 
public:  
   void FillImagesInformation( 
      CompositeInstanceDataSet^ instanceDataSet, 
      String^ sopInstanceUID, 
      array<ReferencedImages^>^ images, 
      bool update 
   ) 

Parameters

instanceDataSet

The DicomDataSet to extract the information from.

sopInstanceUID

Type: System.String

The SOP Instance UID to insert into instanceDataSet.

images

An array of ReferencedImages for which information is to be extracted.

update

if set to true, the function will append the images to dataset instead of replacing them

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