FindMediaLocation Method

Summary
Queries for the location of created media objects.
Syntax
C#
VB
C++
public MediaLocation[] FindMediaLocation( 
   string[] mediaSopInstanceUID 
) 
  
Public Function FindMediaLocation( _ 
   ByVal mediaSopInstanceUID() As String _ 
) As MediaLocation() 
public: 
array<MediaLocation^>^ FindMediaLocation(  
   array<String^>^ mediaSopInstanceUID 
)  

Parameters

mediaSopInstanceUID
An System.Array of strings that represents the SOP Instance UIDs to return the their location.

Return Value

An System.Array of MediaLocation objects.

Requirements

Target Platforms

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

Leadtools.Medical.Media.DataAccessLayer Assembly

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