You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a modality to an existing load is complex especially when it includes bespoke components like
Distincter
Coalescer
Isolation
Having a single command that took a load and made sensible decisions about where to create the tables (same place as the other tables in the load) and the updates needed to arguments in the load modules to include references to the new tables where appropriate would be good e.g.:
./rdmp cmd AddModality MR_ LoadMetadata:1
The text was updated successfully, but these errors were encountered:
Not sure if this is a separate issue, but could we specify default column types/sizes? I've just resized ProcedureCodeSequence_CodeValue on all the US_Series* tables to varchar(100) to match the other tables, since the DLE was crashing on this. It would be great if we didn't have to manually apply this when adding new modalities.
Adding a modality to an existing load is complex especially when it includes bespoke components like
Having a single command that took a load and made sensible decisions about where to create the tables (same place as the other tables in the load) and the updates needed to arguments in the load modules to include references to the new tables where appropriate would be good e.g.:
The text was updated successfully, but these errors were encountered: