←Select platform

StoreReferencedImages Method

Summary

Add referenced images into the storage database.

Syntax
C#
C++/CLI
public void StoreReferencedImages( 
   string SOPInstanceUID, 
   ReferencedImages[] images 
) 
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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.