go to post Evgeny Shvarov · Sep 29, 2024 It is possible to deploy frontend/fullstack apps via IPM. Take a look e.g. this or this one. There is also a helper package for js-based frontend by @Timothy Leavitt, which suggests yet another approach.
go to post Evgeny Shvarov · Sep 28, 2024 Thanks for introducing it, @John Murray ! How does it work with docker dev environment? I launched the basic docker environment via this basic template and don't see the functionality, though have Server Explorer working:
go to post Evgeny Shvarov · Sep 26, 2024 So: for everyone who tries it via IPM - works ONLY if installed in %SYS. Otherwise it installs itself but doesn't work silently.
go to post Evgeny Shvarov · Sep 26, 2024 installed as IPM module into USER - doesn't work. Installed after that into %SYS - works. Any ideas?
go to post Evgeny Shvarov · Sep 26, 2024 I use VSCode client-side coding with IRIS every day. Caveats: 1. it'd be great to ease connection to a dockerised IRIS - especially if docker-compose file is not in the root. Anyway the settings.json is a mandatory component, though it can be just the same all the time. 2. Saving changes for UI elements to changed local files for some components of Interoperability and IRIS BI is not complete. For example, editing pivots in the analyzer, term lists, lookup files, etc. 3. git-source control becomes a must-have for client side editing - especially for UI elements. Maybe we could consider some functionality a mandatory part of ObjectScript extension?
go to post Evgeny Shvarov · Sep 26, 2024 Great stuff, @Dmitry Maslennikov ! What are the benefits compared to Web Terminal?
go to post Evgeny Shvarov · Sep 25, 2024 The article is VERY modest. Do you want to share anything else more than how to install the app?
go to post Evgeny Shvarov · Sep 23, 2024 Hi @Andrii Mishchenko ! Made it running, but see the following: Also registered a user. Saw Register menu as well, registered there and still cannot sign in. Any hint on how to proceed?
go to post Evgeny Shvarov · Sep 22, 2024 Curious, if there is an official support of profile validation in IRIS for Health 2024?
go to post Evgeny Shvarov · Sep 13, 2024 As discussed on the contest kick-off we introduced two new technical bonuses: FHIR applications and VSCode plugins! Good luck in the competition!
go to post Evgeny Shvarov · Sep 13, 2024 Hi Jason! I asked DC-AI and he provided an answer! You can do this: do $SYSTEM.OBJ.Export("*.cls", "/path/to/export/directory/", "ck")
go to post Evgeny Shvarov · Sep 11, 2024 Hi Jason! If you are on VSCode you can leverage the InterSystems plugin and export classes. For CSP files - if something works for you as a CSP web application, you don't have CSP files but rather CSP classes; you can simply export them via VSCode as well.
go to post Evgeny Shvarov · Aug 29, 2024 Is it embedded python or iris python native? (I always mess with them). If the first, try the following for the system: ; enabling callin for Embedded Python do ##class(Security.Services).Get("%Service_CallIn",.prop) set prop("Enabled")=1 set prop("AutheEnabled")=48 do ##class(Security.Services).Modify("%Service_CallIn",.prop)
go to post Evgeny Shvarov · Aug 29, 2024 Very convenient! Also if you want to read any CSV, create a class out of it and load the data give it a try to others two options: 1. csvgen - an objectscript module that lets you read, create class, and load data from an arbitrary CSV in one command. 2. csvgen-python - same as csvgen but written in embedded python.
go to post Evgeny Shvarov · Aug 29, 2024 Great story, @Eduard Lebedyuk ! Could you please release your app on OEX so that IPM users could benefit from this addon as well?
go to post Evgeny Shvarov · Aug 29, 2024 Thanks for the great feedback, @Sean Connelly ! Currently, DC AI is focused on DC knowledge only, which is limited, of course. Great idea about expanding the DC AI knowledge base with ObjectScript basics - we'll consider that in future releases.
go to post Evgeny Shvarov · Aug 15, 2024 I asked how to export global into XML format and the answer was perfectly accurate with the first suggestion: https://community.intersystems.com/ask-dc-ai?question_id=51882