InterSystems Open Exchange Applications Digest, September 2023
iris-python-lookup-table-utils
Customizing the InterSystems IRIS for Health FHIR Repository - samples
Webinar-Leveraging-Embedded-Python
- Search indexed journal entries (in terminal mode).
- ^ZJRNFILT routine can be used to filter journal entries to index (or not).
- During the indexer process we can pause\resume or cancel the operation.
- Add index on global subscript.
- Stats Size and counter by pid, database, global, journal record type.
- Command line tools are gathered in ^JRNINDEXER routine.
- Fix missing Resource in module.xml
<Resource Name="JRNINDEXER.MAC" Directory="dc/journalindexer"/>
- Restore old value or new value from an indexed journal.
- Command line wizard to create a search filter.
- Calculated property Subscripts size in dc.journalindexer.data.SetKillRecord
- Storage optimization for persistent class dc.journalindexer.data.SetKillRecord. Property GlobalName is now calculated from GlobalNode. Database path is now in another table and SetKillRecord keeps only a reference. DatabaseName is a calculated property. GlobalReference is now a calculated property from DatabaseName and GlobalNode.
* WebSocket to listen to indexer progression.
- added display by 4/5/6 columns for filter widget (#400)
- added support for filter url parameter for date filters (#398)
- added support for "NOW"/"NOW-x" as date string for both calendar and filters (#398)
- fixed issue with filter default values. when the value is a number instead of a string
- fixed issue with filter default values. when the value is a number instead of a string
- temporary fix for dataProperties filtering when axis contains children
- temporary fix for dataProperties filtering when axis contains children
- temporary fix for scorecard columns filtering when axis contains children
- added
Accept-Language: en-USto all requests (#404)
do ##class(HS.HC.Util.Installer).InstallFoundation(namespace)
Do ##class(HS.Util.Installer.Foundation).Install(namespace)
: Header/Body/ContentsTrace tabs does not reappear if they were the last thing and first thing clicked on after clicking on Selected Messages/FullTrace tabs. This is fixed. Hoozah! Thanks for the feedback Anonymous reviewer
: Legend now closes on most clicks outside/on the legend. Some pages contain other iframes where it's not possible for clicks to close it. I think it's good enough as is. Hide Legend button still appears for ease of use. Legend also now styled a bit better. May be tough to see on smaller screens but I think the ease of use outweighs this issue. Again, thanks for the feedback Anonymous reviewer! Don't be afraid to update your review :D
: Thought it needed something a touch shorter. Did a quick logo and Icon. I'm no designer, It'll do.
NEW ENDPOINTS!!
- Fix a code generation issue with double-quoted HTTP status code.
- Add missing %JSON.Adaptor super class to generated models.
- Fixed convertYAMLToJSON to also support yaml files with just Newline Thank you Theo Stolker for your pull request.
- fix model classes with dots in properties
- Add external references support.
Thanks Theo!
- Add feature to generate only models from server side generator
- change the "parse" method for more flexibility
42