LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)

PrepareInsertMediaObjectReferencedCompositeInstancesCommand Method (MediaCreationDbDataAccessAgent)

Show in webframe






The database command which will be initialized to insert the new information.
A System.String that represents the SOP Instance UID for the media object whose information will be inserted.
Type: Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationReferencedSop The referenced SOP information which will be inserted.
Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Composite Instances" table.
Syntax
protected abstract void PrepareInsertMediaObjectReferencedCompositeInstancesCommand( 
   DbCommand insertCommand,
   string sopInstanceUID,
   MediaCreationReferencedSop mediaObject
)
'Declaration
 
Protected MustOverride Sub PrepareInsertMediaObjectReferencedCompositeInstancesCommand( _
   ByVal insertCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal mediaObject As MediaCreationReferencedSop _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim insertCommand As DbCommand
Dim sopInstanceUID As String
Dim mediaObject As MediaCreationReferencedSop
 
instance.PrepareInsertMediaObjectReferencedCompositeInstancesCommand(insertCommand, sopInstanceUID, mediaObject)

            

            
protected: abstract void PrepareInsertMediaObjectReferencedCompositeInstancesCommand( 
   DbCommand* insertCommand,
   string* sopInstanceUID,
   MediaCreationReferencedSop* mediaObject
) 
protected:
abstract void PrepareInsertMediaObjectReferencedCompositeInstancesCommand( 
   DbCommand* insertCommand,
   string* sopInstanceUID,
   MediaCreationReferencedSop* mediaObject
) 

Parameters

insertCommand
The database command which will be initialized to insert the new information.
sopInstanceUID
A System.String that represents the SOP Instance UID for the media object whose information will be inserted.
mediaObject
Type: Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationReferencedSop The referenced SOP information which will be inserted.
Requirements

Target Platforms

See Also

Reference

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.