Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating imaging table with non standard prefix #194

Open
tznind opened this issue Nov 15, 2021 · 0 comments
Open

Creating imaging table with non standard prefix #194

tznind opened this issue Nov 15, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@tznind
Copy link
Contributor

tznind commented Nov 15, 2021

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)
@tznind tznind added the bug Something isn't working label Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant