protected abstract void PrepareStoreAnnotationObjectCommand(
DbCommand command,
int ,
string ,
string ,
string
)
'Declaration
Protected MustOverride Sub PrepareStoreAnnotationObjectCommand( _
ByVal command As DbCommand, _
ByVal As Integer, _
ByVal As String, _
ByVal As String, _
ByVal As String _
)
'Usage
Dim instance As WorkstationDataAccessAgent
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)
protected: abstract void PrepareStoreAnnotationObjectCommand(
DbCommand* command,
int ,
string* ,
string* ,
string*
)
protected:
abstract void PrepareStoreAnnotationObjectCommand(
DbCommand* command,
int ,
string* ,
string* ,
string*
)