User bio
404 bio not found
Cambridge,MA
Member since Dec 9, 2015
Posts:
Replies:
One quick answer is a helper ObjectScript class with a wrapper classmethod for each macro. If the helper class can inherit from the class that provides the macros (for example: CustomPackage.TestCase extends %UnitTest.TestCase) then you can replace $$$Macro(args) with self.Macro(args). Otherwise, your helper class must include the INC file that defines the macros, and other classes can call the class methods directly: iris.CustomPackage.HelperClass.Macro(args).
@Harry Tong Would %vid help with this (https://docs.intersystems.com/irisforhealth20251/csp/docbook/DocBook.UI....)?
Open Exchange applications:
Certifications & Credly badges:
Joel has no Certifications & Credly badges yet.
Global Masters badges:







Followers:
Following:
Joel has not followed anybody yet.
I don't use docker compose. I just use a shell script and the docker command. I pass
which shows up at the top left of the Portal (server ABC123).
I think that would be hostname: ABC123 in a docker compose file.