go to post Evgeny Shvarov · Oct 6, 2022 This works: print(iris.cls('ClassName')._GetParameter("ParameterName")
go to post Evgeny Shvarov · Oct 6, 2022 Thought more about the use case: The use case is “Better Developer Experience”.
go to post Evgeny Shvarov · Oct 5, 2022 Thanks, @Bob Kuszewski! The use case is the usage of class parameters in Embedded Python. They could same useful as they are in ObjectScript. The reason to code with Embedded python as a first class citizen coding language as ObjectScript is.
go to post Evgeny Shvarov · Oct 5, 2022 Should the "Deploy=true" be provided for every resource? If the module contains two resources, and one is in Deploy mode and the second without, will the second be deployed with source code and the first without?
go to post Evgeny Shvarov · Oct 5, 2022 I like this certification checkbox on the avatar! And I already want it! :) How can I get InterSystems certification? )
go to post Evgeny Shvarov · Oct 5, 2022 Great release! If classes with Embedded python methods can be deployed in a deployed (with no source) mode?
go to post Evgeny Shvarov · Oct 3, 2022 Maybe it makes sense to add something like cself or Self to refer to a class inside classmethods. @Bob Kuszewski ?
go to post Evgeny Shvarov · Oct 3, 2022 This is to refer to a parameter via Embedded Python. I’m rewriting the ObjectScript code to Embedded python and looking for the options how to deal with class parameters. Just don’t want to introduce a helper ObjectScript method to get the parameter value. Thought it could be something autogenerated as it is for properties.
go to post Evgeny Shvarov · Oct 1, 2022 Thanks, @Jane Yan for sharing! Looks like a very timely and in-demand solution! Good luck with going to the market!
go to post Evgeny Shvarov · Sep 30, 2022 Proud of our Dev Ecosystem Team! Thanks, @Anastasia Dyubaylo for sharing! My favorites are Random Coffee, New About page, and Key Questions! And of course the Memes! Who says that summer is a quiet time - not in the InterSystems Developer Community!
go to post Evgeny Shvarov · Sep 27, 2022 Perforce is nothing to do with the case, but I agree with @Dmitry Maslennikov - you shouldn’t deploy classes without storage, it can cause unpredictable and severe errors in case of data structure changes (e.g. if you rename/delete the property).
go to post Evgeny Shvarov · Sep 24, 2022 Hi @Patty Aguirre-Romero ! You may want to have a look at the EnsDemoEnsDemo project on OEX. It has a set of productions with BPL I believe. can be installed in any IRIS with ZPM: USER>zpm "install irishealth-ensdemo"