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

PrepareUpdateMediaObjectInformationStatusCommand 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 Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationStatus object that represents the status information to be updated.
Initializes a System.Data.Common.DbCommand which updates the Media object status information.
Syntax
protected abstract void PrepareUpdateMediaObjectInformationStatusCommand( 
   DbCommand updateCommand,
   string sopInstanceUID,
   MediaCreationStatus mediaStatus
)
'Declaration
 
Protected MustOverride Sub PrepareUpdateMediaObjectInformationStatusCommand( _
   ByVal updateCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal mediaStatus As MediaCreationStatus _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim updateCommand As DbCommand
Dim sopInstanceUID As String
Dim mediaStatus As MediaCreationStatus
 
instance.PrepareUpdateMediaObjectInformationStatusCommand(updateCommand, sopInstanceUID, mediaStatus)
protected abstract void PrepareUpdateMediaObjectInformationStatusCommand( 
   DbCommand updateCommand,
   string sopInstanceUID,
   MediaCreationStatus mediaStatus
)
 function Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent.PrepareUpdateMediaObjectInformationStatusCommand( 
   updateCommand ,
   sopInstanceUID ,
   mediaStatus 
)
protected: abstract void PrepareUpdateMediaObjectInformationStatusCommand( 
   DbCommand* updateCommand,
   string* sopInstanceUID,
   MediaCreationStatus* mediaStatus
) 
protected:
abstract void PrepareUpdateMediaObjectInformationStatusCommand( 
   DbCommand* updateCommand,
   string* sopInstanceUID,
   MediaCreationStatus* mediaStatus
) 

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.
mediaStatus
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationStatus object that represents the status information 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

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

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