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

PrepareUpdateStatusUpdateDateCommand 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 status update date will be updated.
The System.DateTime 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 override void PrepareUpdateStatusUpdateDateCommand( 
   DbCommand updateCommand,
   string sopInstanceUID,
   DateTime updateDate
)
'Declaration
 
Protected Overrides Sub PrepareUpdateStatusUpdateDateCommand( _
   ByVal updateCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal updateDate As Date _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim updateCommand As DbCommand
Dim sopInstanceUID As String
Dim updateDate As Date
 
instance.PrepareUpdateStatusUpdateDateCommand(updateCommand, sopInstanceUID, updateDate)
protected override void PrepareUpdateStatusUpdateDateCommand( 
   DbCommand updateCommand,
   string sopInstanceUID,
   DateTime updateDate
)
 function Leadtools.Medical.Media.DataAccessLayer.MediaCreationSqlDbDataAccessAgent.PrepareUpdateStatusUpdateDateCommand( 
   updateCommand ,
   sopInstanceUID ,
   updateDate 
)
protected: void PrepareUpdateStatusUpdateDateCommand( 
   DbCommand* updateCommand,
   string* sopInstanceUID,
   DateTime updateDate
) override 
protected:
void PrepareUpdateStatusUpdateDateCommand( 
   DbCommand* updateCommand,
   string* sopInstanceUID,
   DateTime updateDate
) 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 status update date will be updated.
updateDate
The System.DateTime to be updated for the media object.
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.