←Select platform

StoreReferencedImages Method (IStorageDataAccessAgent2)

Summary

Add referenced images into the storage database.

Syntax

C#
VB
C++
public abstract void StoreReferencedImages( 
   string SOPInstanceUID, 
   ReferencedImages[] images 
) 
Public MustOverride Sub StoreReferencedImages( 
   ByVal SOPInstanceUID As String, 
   ByVal images() As ReferencedImages 
) 
public:  
   virtual void StoreReferencedImages( 
      String^ SOPInstanceUID, 
      array<ReferencedImages^>^ images 
   ) abstract 

Parameters

SOPInstanceUID

SOP instance Id for the DICOM instance to modify.

images

An array of ReferencedImages to be stored.

Remarks

This function will tie a specific instance in the database with one or more images (including file referenced, width, height...etc)

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Storage.DataAccessLayer Assembly
Click or drag to resize