←Select platform

Load Method

Summary

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

Syntax

C#
VB
C++
public ViewImageQueryResult Load( 
   ViewImageQuery query 
) 
Public Function Load(  
     ByVal query As ViewImageQuery  
  ) As ViewImageQueryResult  
public:   
   ViewImageQueryResult^ Load(  
      ViewImageQuery^ query  
   )  

Parameters

query

The query to be performed.

Return Value

The results returned from the query.

Requirements

Target Platforms

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