LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
PrepareUpdateMediaObjectInformationStatusCommand Method
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > MediaCreationSqlDbDataAccessAgent Class : PrepareUpdateMediaObjectInformationStatusCommand Method




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.
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.
Initializes a System.Data.Common.DbCommand which updates the Media object status information.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub PrepareUpdateMediaObjectInformationStatusCommand( _
   ByVal updateCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal mediaStatus As MediaCreationStatus _
) 
Visual Basic (Usage)Copy Code
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim updateCommand As DbCommand
Dim sopInstanceUID As String
Dim mediaStatus As MediaCreationStatus
 
instance.PrepareUpdateMediaObjectInformationStatusCommand(updateCommand, sopInstanceUID, mediaStatus)
C# 
protected override void PrepareUpdateMediaObjectInformationStatusCommand( 
   DbCommand updateCommand,
   string sopInstanceUID,
   MediaCreationStatus mediaStatus
)
Managed Extensions for C++ 
protected: void PrepareUpdateMediaObjectInformationStatusCommand( 
   DbCommand* updateCommand,
   string* sopInstanceUID,
   MediaCreationStatus* mediaStatus
) override 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also