- command
- The System.Data.Common.DbCommand to be initialized.
- annotationNumber
- An ID that will be associated with the annotation container being inserted
- sopInstanceUID
- The SOPInstanceUID of the data set that is associated with the annotation.
- annotationDescription
- The description of the annotation being inserted
- annotationFileName
- The file name that contains the annotation being inserted
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub PrepareStoreAnnotationObjectCommand( _ ByVal command As DbCommand, _ ByVal annotationNumber As Integer, _ ByVal sopInstanceUID As String, _ ByVal annotationDescription As String, _ ByVal annotationFileName As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WorkstationSqlDataAccessAgent Dim command As DbCommand Dim annotationNumber As Integer Dim sopInstanceUID As String Dim annotationDescription As String Dim annotationFileName As String instance.PrepareStoreAnnotationObjectCommand(command, annotationNumber, sopInstanceUID, annotationDescription, annotationFileName) |
C# | |
---|---|
protected override void PrepareStoreAnnotationObjectCommand( DbCommand command, int annotationNumber, string sopInstanceUID, string annotationDescription, string annotationFileName ) |
Managed Extensions for C++ | |
---|---|
protected: void PrepareStoreAnnotationObjectCommand( DbCommand* command, int annotationNumber, string* sopInstanceUID, string* annotationDescription, string* annotationFileName ) override |
C++/CLI | |
---|---|
protected: void PrepareStoreAnnotationObjectCommand( DbCommand^ command, int annotationNumber, String^ sopInstanceUID, String^ annotationDescription, String^ annotationFileName ) override |
Parameters
- command
- The System.Data.Common.DbCommand to be initialized.
- annotationNumber
- An ID that will be associated with the annotation container being inserted
- sopInstanceUID
- The SOPInstanceUID of the data set that is associated with the annotation.
- annotationDescription
- The description of the annotation being inserted
- annotationFileName
- The file name that contains the annotation being inserted
Override this method to provide the database specific behavior for inserting an annotation.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7