Skip to content

Creating imaging table with non standard prefix #194

@tznind

Description

@tznind

Describe the bug
When creating a table with an odd prefix e.g. SOME_ there is an error about checks failing after creation:

image

Failed check with message: You must specify either a regex pattern (TableRegexPattern) or set OnlyTables for identifying tables which need to be processed
   at ReusableLibraryCode.Checks.AcceptAllCheckNotifier.OnCheckPerformed(CheckEventArgs args) in D:\a\RDMP\RDMP\Reusable\ReusableLibraryCode\Checks\AcceptAllCheckNotifier.cs:line 28
   at Rdmp.Core.DataLoad.Modules.Mutilators.MatchingTablesMutilator.Check(ICheckNotifier notifier) in D:\a\RDMP\RDMP\Rdmp.Core\DataLoad\Modules\Mutilators\MatchingTablesMutilator.cs:line 99
   at Rdmp.Core.DataLoad.Engine.LoadExecution.Components.Runtime.MutilateDataTablesRuntimeTask.Check(ICheckNotifier checker) in D:\a\RDMP\RDMP\Rdmp.Core\DataLoad\Engine\LoadExecution\Components\Runtime\MutilateDataTablesRuntimeTask.cs:line 80
   at Rdmp.Core.DataLoad.Engine.Checks.Checkers.ProcessTaskChecks.Check(ProcessTask processTask, ICheckNotifier notifier) in D:\a\RDMP\RDMP\Rdmp.Core\DataLoad\Engine\Checks\Checkers\ProcessTaskChecks.cs:line 52
   at Rdmp.Core.DataLoad.Engine.Checks.Checkers.ProcessTaskChecks.Check(ICheckNotifier notifier) in D:\a\RDMP\RDMP\Rdmp.Core\DataLoad\Engine\Checks\Checkers\ProcessTaskChecks.cs:line 58
   at Rdmp.Core.DataLoad.Engine.Checks.CheckEntireDataLoadProcess.Check(ICheckNotifier notifier) in D:\a\RDMP\RDMP\Rdmp.Core\DataLoad\Engine\Checks\CheckEntireDataLoadProcess.cs:line 68
   at Rdmp.Dicom.CommandExecution.ExecuteCommandCreateNewImagingDatasetSuite.Execute()
   at Rdmp.Dicom.UI.CreateNewImagingDatasetUI.CreateSuite(ImageTableTemplateCollection template)
   at Rdmp.Dicom.UI.CreateNewImagingDatasetUI.btnCreateSuiteWithTemplate_Click(Object sender, EventArgs e)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions