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