LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
PrepareInsertMediaObjectReferencedCompositeInstancesCommand Method
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > MediaCreationSqlDbDataAccessAgent Class : PrepareInsertMediaObjectReferencedCompositeInstancesCommand Method




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.
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.
Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Composite Instances" table.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub PrepareInsertMediaObjectReferencedCompositeInstancesCommand( _
   ByVal insertCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal mediaObject As MediaCreationReferencedSop _
) 
Visual Basic (Usage)Copy Code
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim insertCommand As DbCommand
Dim sopInstanceUID As String
Dim mediaObject As MediaCreationReferencedSop
 
instance.PrepareInsertMediaObjectReferencedCompositeInstancesCommand(insertCommand, sopInstanceUID, mediaObject)
C# 
protected override void PrepareInsertMediaObjectReferencedCompositeInstancesCommand( 
   DbCommand insertCommand,
   string sopInstanceUID,
   MediaCreationReferencedSop mediaObject
)
Managed Extensions for C++ 
protected: void PrepareInsertMediaObjectReferencedCompositeInstancesCommand( 
   DbCommand* insertCommand,
   string* sopInstanceUID,
   MediaCreationReferencedSop* mediaObject
) override 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also