PrepareUpdateMediaObjectInformationStatusCommand Method

Summary
Initializes a System.Data.Common.DbCommand which updates the Media object status information.
Syntax
C#
C++/CLI
protected override void PrepareUpdateMediaObjectInformationStatusCommand( 
   DbCommand updateCommand, 
   string sopInstanceUID, 
   MediaCreationStatus mediaStatus 
) 
protected: void PrepareUpdateMediaObjectInformationStatusCommand(  
   DbCommand* updateCommand, 
   string* sopInstanceUID, 
   MediaCreationStatus* mediaStatus 
) override  
protected: 
void PrepareUpdateMediaObjectInformationStatusCommand(  
   DbCommand^ updateCommand, 
   String^ sopInstanceUID, 
   MediaCreationStatus^ mediaStatus 
) override  

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 which information will be updated.

mediaStatus
The Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationStatus status information to be updated.

Requirements

Target Platforms

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.