PrepareUpdateMediaObjectRequestCommand Method

Summary
Initializes a System.Data.Common.DbCommand which updates the Media object request information.
Syntax
C#
C++/CLI
protected abstract void PrepareUpdateMediaObjectRequestCommand( 
   DbCommand updateCommand, 
   string sopInstanceUID, 
   MediaCreationRequestInformation mediaRequest 
) 
protected: abstract void PrepareUpdateMediaObjectRequestCommand(  
   DbCommand* updateCommand, 
   string* sopInstanceUID, 
   MediaCreationRequestInformation* mediaRequest 
)  
protected: 
abstract void PrepareUpdateMediaObjectRequestCommand(  
   DbCommand^ updateCommand, 
   String^ sopInstanceUID, 
   MediaCreationRequestInformation^ mediaRequest 
)  

Parameters

updateCommand
The database command which will be initialized to update the information.

sopInstanceUID
A System.String that represents the SOP Instance UID for the media object whose information will be updated.

mediaRequest
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationRequestInformation object that represents the media request information to be updated.

Requirements

Target Platforms

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

Leadtools.Medical.Media.DataAccessLayer Assembly

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