- Mirth Connect to be installed locally
- VSCode task set up with paths pointed to the local Mirth instance (provided file are for default Windows locations)
vs_mirth.jsshould be placed in the location specified in line 14 of the build task (arg 4)- Executed file has to be based on a saved file NOTE: Changes don't have to be saved to execute as the build task will save the file if needed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var sftpConfigs = [ | |
| { | |
| "name":"SFTP 1", | |
| "host":"127.0.0.1", | |
| "port":"22", | |
| "directory":"/folder/path/to/messages", | |
| "username":"username1", | |
| "password":"password1", | |
| "isBinary": false, | |
| "afterReadAction":{ |