protected abstract void PrepareGetAnnotationFileCommand(
DbCommand command,
string sopInstanceUID,
int annotationNumber
)
command
The System.Data.Common.DbCommand to be initialized.
sopInstanceUID
The SOP Instance UID of the data set that is associated with the annotation.
annotationNumber
The ID of the annotation container
Override this method to provide the database specific behavior for getting the annotation file that corresponds to an sopInstanceUID and annotationNumber.