FindMediaObjects Method

Summary

Queries for media objects that match the provided media object.

Syntax
C#
VB
C++
  
Function FindMediaObjects( _ 
   ByVal matchingMediaObject As MediaCreationManagement _ 
) As MediaCreationManagement() 

Parameters

matchingMediaObject
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object to use to match parameters.

Return Value

An System.Array of Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement objects that match the provided media object.

Remarks

Not all fields might be supported for matching. Each provider implementing this method can support their own.

A minimum support for matching fields should include the SOP Instance UID and the Execution Status

Requirements

Target Platforms

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

Leadtools.Medical.Media.DataAccessLayer Assembly