PrepareUpdateMediaObjectInformationStatusCommand Method

Summary
Initializes a System.Data.Common.DbCommand which updates the Media object status information.
Syntax
C#
VB
C++
protected abstract void PrepareUpdateMediaObjectInformationStatusCommand( 
   DbCommand updateCommand, 
   string sopInstanceUID, 
   MediaCreationStatus mediaStatus 
) 
  
Protected MustOverride Sub PrepareUpdateMediaObjectInformationStatusCommand( _ 
   ByVal updateCommand As DbCommand, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal mediaStatus As MediaCreationStatus _ 
)  
protected: 
abstract void PrepareUpdateMediaObjectInformationStatusCommand(  
   DbCommand^ updateCommand, 
   String^ sopInstanceUID, 
   MediaCreationStatus^ mediaStatus 
)  

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.

mediaStatus
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationStatus object that represents the status information to be updated.

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.