Initializes a System.Data.Common.DbCommand which updates the Media object status information.
protected abstract void PrepareUpdateMediaObjectInformationStatusCommand(
DbCommand updateCommand,
string sopInstanceUID,
MediaCreationStatus mediaStatus
)
Protected MustOverride Sub PrepareUpdateMediaObjectInformationStatusCommand( _
ByVal updateCommand As DbCommand, _
ByVal sopInstanceUID As String, _
ByVal mediaStatus As Leadtools.Dicom.Common.Datatypes.Mediacreation.MediaCreationStatus _
)
protected:
abstract void PrepareUpdateMediaObjectInformationStatusCommand(
DbCommand^ updateCommand,
String^ sopInstanceUID,
Leadtools.Dicom.Common.Datatypes.Mediacreation.MediaCreationStatus^ mediaStatus
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET