LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)

PrepareUpdateMediaObjectInformationStatusCommand Method (MediaCreationSqlDbDataAccessAgent)

Show in webframe






The database command which will be initialized to update the information.
A System.String that represents the SOP Instance UID for the media object which information will be updated.
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
protected override void PrepareUpdateMediaObjectInformationStatusCommand( 
   DbCommand updateCommand,
   string sopInstanceUID,
   MediaCreationStatus mediaStatus
)
'Declaration
 
Protected Overrides Sub PrepareUpdateMediaObjectInformationStatusCommand( _
   ByVal updateCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal mediaStatus As MediaCreationStatus _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim updateCommand As DbCommand
Dim sopInstanceUID As String
Dim mediaStatus As MediaCreationStatus
 
instance.PrepareUpdateMediaObjectInformationStatusCommand(updateCommand, sopInstanceUID, 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

See Also

Reference

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.