←Select platform

StoreReferencedImages Method

Summary

Add referenced images into the storage database.

Syntax

C#
VB
C++
public 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

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