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
Functions and code templates can be prefixed w/ a JavaScriptDoc Header (quite similar to JavaDoc). This header is shown when hovering over the function name in Mirth Administrator. further, there is the possiblity to document channels in the Summary/Channel Description box. HTML can be used w/i the JavaScript doc part.
Goal
Currently, there is no (known) possibility to generate JavaScript-HTML like it can be done for Java packages. Thus support for JavaScriptDoc generation should be added.
Needed Actions
All relevant information are already generated by the Mirth Migrator library (and shown in Mirth Migrator). This information has to be accumulated to linked HTML pages.
For channels:
Channel name
Channel id (intern/extern)
Channel version & changed date
Channel descriptions
Channel group name & id (?)
Referenced code template libraries
Directly and indirectly used functions (as links)
Interfaces to external applications [This is HRS only, not applicable for general audience]
Change history (?) [This is HRS only, most probably not required by general audience]
Referenced external resources
For functions/code templates:
Function name
Code template Name
Type (code template/function)
Code template library (to which the code template belongs)
Description
Parameter description
Return value
Version & changed date
ID
Referencing channels (as links)
Referencing code templates (as links)
Directly and indirectly used functions (as links)
Scope (As shown under Channels/Edit Code Templates/Context in Mirth Administrator)
(cursive items are only valid for functions)
The text was updated successfully, but these errors were encountered:
Context
Functions and code templates can be prefixed w/ a JavaScriptDoc Header (quite similar to JavaDoc). This header is shown when hovering over the function name in Mirth Administrator. further, there is the possiblity to document channels in the Summary/Channel Description box. HTML can be used w/i the JavaScript doc part.
Goal
Currently, there is no (known) possibility to generate JavaScript-HTML like it can be done for Java packages. Thus support for JavaScriptDoc generation should be added.
Needed Actions
All relevant information are already generated by the Mirth Migrator library (and shown in Mirth Migrator). This information has to be accumulated to linked HTML pages.
For channels:
For functions/code templates:
(cursive items are only valid for functions)
The text was updated successfully, but these errors were encountered: