Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)

Show in webframe

PrepareUpdateStatusUpdateDateCommand Method (MediaCreationDbDataAccessAgent)







The database command which will be initialized to update the information.
A System.String that represents the SOP Instance UID for the media object whose information will be updated.
A System.DateTime object that represents the date and time to be updated for the media object.
Initializes a System.Data.Common.DbCommand which updates the status update date for a media object.
Syntax
protected abstract void PrepareUpdateStatusUpdateDateCommand( 
   DbCommand updateCommand,
   string sopInstanceUID,
   DateTime updateDate
)
'Declaration
 
Protected MustOverride Sub PrepareUpdateStatusUpdateDateCommand( _
   ByVal updateCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal updateDate As Date _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim updateCommand As DbCommand
Dim sopInstanceUID As String
Dim updateDate As Date
 
instance.PrepareUpdateStatusUpdateDateCommand(updateCommand, sopInstanceUID, updateDate)

            

            
protected: abstract void PrepareUpdateStatusUpdateDateCommand( 
   DbCommand* updateCommand,
   string* sopInstanceUID,
   DateTime updateDate
) 
protected:
abstract void PrepareUpdateStatusUpdateDateCommand( 
   DbCommand^ updateCommand,
   String^ sopInstanceUID,
   DateTime updateDate
) 

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.
updateDate
A System.DateTime object that represents the date and time to be updated for the media object.
Requirements

Target Platforms

See Also

Reference

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

Error processing SSI file
   Leadtools.Medical.Media.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features