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

PrepareInsertMediaObjectReferencedCompositeInstancesCommand Method (MediaCreationSqlDbDataAccessAgent)







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 which information will be inserted.
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationReferencedSop object that represents 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 override void PrepareInsertMediaObjectReferencedCompositeInstancesCommand( 
   DbCommand insertCommand,
   string sopInstanceUID,
   MediaCreationReferencedSop mediaObject
)
'Declaration
 
Protected Overrides Sub PrepareInsertMediaObjectReferencedCompositeInstancesCommand( _
   ByVal insertCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal mediaObject As MediaCreationReferencedSop _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim insertCommand As DbCommand
Dim sopInstanceUID As String
Dim mediaObject As MediaCreationReferencedSop
 
instance.PrepareInsertMediaObjectReferencedCompositeInstancesCommand(insertCommand, sopInstanceUID, mediaObject)
protected override void PrepareInsertMediaObjectReferencedCompositeInstancesCommand( 
   DbCommand insertCommand,
   string sopInstanceUID,
   MediaCreationReferencedSop mediaObject
)
 function Leadtools.Medical.Media.DataAccessLayer.MediaCreationSqlDbDataAccessAgent.PrepareInsertMediaObjectReferencedCompositeInstancesCommand( 
   insertCommand ,
   sopInstanceUID ,
   mediaObject 
)
protected: void PrepareInsertMediaObjectReferencedCompositeInstancesCommand( 
   DbCommand* insertCommand,
   string* sopInstanceUID,
   MediaCreationReferencedSop* mediaObject
) override 
protected:
void PrepareInsertMediaObjectReferencedCompositeInstancesCommand( 
   DbCommand* insertCommand,
   string* sopInstanceUID,
   MediaCreationReferencedSop* mediaObject
) override 

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 which information will be inserted.
mediaObject
A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationReferencedSop object that represents the referenced SOP information which will be inserted.
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.