←Select platform

PrepareUpdateMediaObjectInformationStatusCommand Method

Summary

Initializes a System.Data.Common.DbCommand which updates the Media object status information.

Syntax

C#
VB
C++
protected override void PrepareUpdateMediaObjectInformationStatusCommand( 
   DbCommand updateCommand, 
   string sopInstanceUID, 
   MediaCreationStatus mediaStatus 
) 
  
Protected Overrides Sub PrepareUpdateMediaObjectInformationStatusCommand( _ 
   ByVal updateCommand As DbCommand, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal mediaStatus As Leadtools.Dicom.Common.Datatypes.Mediacreation.MediaCreationStatus _ 
)  
protected: 
void PrepareUpdateMediaObjectInformationStatusCommand(  
   DbCommand^ updateCommand, 
   String^ sopInstanceUID, 
   Leadtools.Dicom.Common.Datatypes.Mediacreation.MediaCreationStatus^ mediaStatus 
) 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.

mediaStatus
The Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationStatus status information to be updated.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Media.DataAccessLayer Assembly