←Select platform

Save Method

Summary

Executes the specified query to save data related to a DICOM instance.

Syntax

C#
VB
C++
public void Save( 
   ViewImageQueryObjectId id, 
   RasterImage image 
) 
Public Sub Save(  
     ByVal id As ViewImageQueryObjectId,  
     ByVal image As RasterImage  
  )  
public:   
   void Save(  
      ViewImageQueryObjectId^ id,  
      RasterImage^ image  
   )  

Parameters

id

Defines the unique Id of the instance.

image

Image data to be saved.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.