In this new version, I used new tools and techniques I discovered at the EUROPEAN HEALTHCARE HACKATHON in which I was invited by InterSystems as a guest and as a mentor to display the multiple projects I did in my intership back in April 2022.
Today I present to you the V2 of my application, it can now transform CSV to FHIR to SQL to JUPYTER notebook.
This is for me a really huge step in InterSystems technologies and I think this tool will be used for many other purpuse and cases.
release
add zpm
Bug Fixes & Improvements
fix module
Added command: pick
This is an analogue of the find
and install
command for viewing and loading packages from alternative sources directly from the repositories.
Embedded Python support is introduced.
Credits to Guillaume Rangier
Bug Fixes & Improvements
update for contest
Added commands: Working with Products and Tasks, start and stop in all namespaces.
interoperability
Alias: prod
Group work with all Products, info status, start and stop.
prod list
Show all namespaces and productions.
prod only
Show only productions.
prod save
Save the current status for subsequent recovery after the start. Those products that worked will work, and those that did not work will not.
prod stop
Remember the current state of all products, and then stop everything
prod start
start all products
prod recover
Recover all products
task
Group work with all custom tasks, info status, suspend and resume.
task list
View all tasks and their statuses.
task save
Save the current status for subsequent recovery after the start. Those tasks that worked will work, and those that did not work will not.
task stop
Suspend all users tasks.
task start
Resume all users tasks.
IPM Compatible Globals Export
Added method to export all cubes, source classes, dashboards, pivots and globals from the namespace available to the current user
NS>do ##class(dev.code).exportBI()
Bug Fixes & Improvements
Improvements & Bug Fixes
Improvements & Bug Fixes
Improvements & Bug Fixes
Added command:prod list
, prod stop
, prod start
, help prod
. Working with Products, start and stop in all namespaces.
fix prod list
command
adjust to newer IRIS version
fix docker-compose
Improvements and bug fixes