LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)
LEAD Technologies, Inc

PrepareUpdateMediaObjectRequestCommand Method (MediaCreationSqlDbDataAccessAgent)







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.MediaCreationRequestInformation to be updated.
Initializes a System.Data.Common.DbCommand which updates the Media object request information.
Syntax
protected override void PrepareUpdateMediaObjectRequestCommand( 
   DbCommand updateCommand,
   string sopInstanceUID,
   MediaCreationRequestInformation mediaRequest
)
'Declaration
 
Protected Overrides Sub PrepareUpdateMediaObjectRequestCommand( _
   ByVal updateCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal mediaRequest As MediaCreationRequestInformation _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim updateCommand As DbCommand
Dim sopInstanceUID As String
Dim mediaRequest As MediaCreationRequestInformation
 
instance.PrepareUpdateMediaObjectRequestCommand(updateCommand, sopInstanceUID, mediaRequest)
protected override void PrepareUpdateMediaObjectRequestCommand( 
   DbCommand updateCommand,
   string sopInstanceUID,
   MediaCreationRequestInformation mediaRequest
)
 function Leadtools.Medical.Media.DataAccessLayer.MediaCreationSqlDbDataAccessAgent.PrepareUpdateMediaObjectRequestCommand( 
   updateCommand ,
   sopInstanceUID ,
   mediaRequest 
)
protected: void PrepareUpdateMediaObjectRequestCommand( 
   DbCommand* updateCommand,
   string* sopInstanceUID,
   MediaCreationRequestInformation* mediaRequest
) override 
protected:
void PrepareUpdateMediaObjectRequestCommand( 
   DbCommand* updateCommand,
   string* sopInstanceUID,
   MediaCreationRequestInformation* mediaRequest
) 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.
mediaRequest
The Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationRequestInformation to be updated.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.