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
Context
Mirth channels can code template or functions (that are also located in code templates). These code templates are grouped in so-called code template libraries that in turn must be referenced by the channel that intends to use them.
It usually is hard to see if all needed code template libraries are referenced by a channel and also if all referenced libraries are actually needed by the channel. Invalid referencing can however results in errors at runtime and thus cause serious issues.
Goal
Mirth Migrator automatically detects and indicates code template library references: (green=needed and referenced, red=needed and not yet referenced, grey=referenced but not needed)
So far, the invalid dependencies have to be fixed manually via the Mirth Administrator. This should be automated via Mirth Migrator.
Needed actions
Implement routine for automatically fixing dependencies of a Mirth channel (maybe also add option for fixing dependencies of all channels)
Add a Fix Dependencies button to the Referenced Libraries sections if inconsistencies have been detected
Display a warning icon (e.g. warning triangle) in the channel list for every channel w/ inconsistencies
The text was updated successfully, but these errors were encountered:
Context
Mirth channels can code template or functions (that are also located in code templates). These code templates are grouped in so-called code template libraries that in turn must be referenced by the channel that intends to use them.
It usually is hard to see if all needed code template libraries are referenced by a channel and also if all referenced libraries are actually needed by the channel. Invalid referencing can however results in errors at runtime and thus cause serious issues.
Goal
Mirth Migrator automatically detects and indicates code template library references:
(green=needed and referenced, red=needed and not yet referenced, grey=referenced but not needed)
So far, the invalid dependencies have to be fixed manually via the Mirth Administrator. This should be automated via Mirth Migrator.
Needed actions
The text was updated successfully, but these errors were encountered: