At InterSystems, we deeply appreciate the rapid innovation enabled by open-source development. Our team acknowledges the significant impact of the community's dedication, which has been a driving force behind the evolution of software and data technology.
Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
![]() Custom ZenProxy%ZEN.proxyObject send numeric as String | D | Docker IPM | 3.8 (2) | 21 Mar, 2023 | ||
python-globals-serializer-exampleSerialization of Python objects in IRIS globals | Docker Python IPM | 5.0 (1) | 05 Mar, 2023 | |||
InterSystems Ideas Waiting to be ImplementedProgrammatic reportsThe report creation is a tedious and non-productive task. You need an IDE, create a connection, create a SQL query, define report bands, drag-and-drop/design report columns, fields, labels, summarizations, margins, charts and prepare perfect pixel reports for print. To create a tradicional report the effort takes 4 to 12 hours. The idea is to define reports using object script instructions. With some minutes and with writing a few object script lines you can get a report equivalent to a tradicional report, with the benefit to create dynamic content for the reports (productivity). The idea includes yet the feature to allows to the developer set print restrictions for the PDF report generated (reduce carbon emission, not allowing print, only read). Benefits of this idea: 1 - Productivity - develop a report in minutes not in hours 2 - Reduce carbon emission - is possible restrict the PDF print 3 - Create dynamic reports using ObjectScript 4 - No need to install a report server, saving processor and memory resources (decreasing emissions) To create a report using source code, see this sample with Java, but could be in ObjectScript too: TextColumnBuilder<String> itemColumn = col.column("Item", "item", type.stringType()); TextColumnBuilder<Date> orderDateColumn = col.column("Order date", "orderdate", type.dateType()); TextColumnBuilder<Integer> quantityColumn = col.column("Quantity", "quantity", type.integerType()).setFixedWidth(50); TextColumnBuilder<BigDecimal> unitPriceColumn = col.column("Unit price", "unitprice", type.bigDecimalType()); ColumnTitleGroupBuilder titleGroup2 = grid.titleGroup("Group 2", quantityColumn, unitPriceColumn); ColumnTitleGroupBuilder titleGroup1 = grid.titleGroup("Group 1", orderDateColumn, titleGroup2).setTitleFixedWidth(450); report() .setTemplate(Templates.reportTemplate) .columnGrid(itemColumn, titleGroup1) .columns(itemColumn, orderDateColumn, quantityColumn, unitPriceColumn) .title(Templates.createTitleComponent("ColumnTitleGroup")) .pageFooter(Templates.footerComponent) .setDataSource(createDataSource()) .setSecurityRule(PrintRule.READ_ONLY) //if you want restrict print .printPDF(); Y 5Votes3Comments | ||||||
![]() iris-megazordA lot of ideas together. Different projects, one goal. | Docker IPM | 4.0 (1) | 05 Mar, 2023 | |||
zap-api-scan-sampleAn example on how to scan your REST APIs on IRIS using the OWASP | Docker | 5.0 (1) | 05 Mar, 2023 | |||
![]() zbashzbash - A bash wrapper for InterSystems Terminal. | N | Docker IPM | 4.0 (2) | 27 Feb, 2023 | ||
![]() iris-pubsubSimple local Publisher-Subscriber utility for InterSystems IRIS | A | Docker IPM | 5.0 (1) | 23 Feb, 2023 | ||
![]() iris-tripleslashGenerate unit test cases from the class documentation | Docker IPM | 5.0 (2) | 13 Feb, 2023 | |||
![]() zpmhubZpmHub.com: Managed hosting for ZPM packages by Banksia Global | S | Docker IPM | 3.0 (1) | 13 Feb, 2023 | ||
CSV Interoperability TransformationAn example of CSV data transformation via IRIS Interoperability | Docker IPM | 5.0 (1) | 12 Feb, 2023 | |||
![]() gateway-sqlInstalling jdbс drivers for oracle, mssql and mysql | Docker IPM | 5.0 (1) | 11 Feb, 2023 | |||
![]() iris-log-vieweriris-log-viewer provides an alternative web page | O | Docker Python IPM | 4.7 (3) | 11 Feb, 2023 | ||
![]() iris-geo-mapApp to provide Interactive visualization of Geographic data | Docker Python IPM | 5.0 (1) | 09 Feb, 2023 | |||
![]() cos-url-shortenerURL Shortener project with campaign tag and clicked control. | D | Docker IPM | 5.0 (1) | 09 Feb, 2023 | ||
![]() xml-to-udlA tool to convert studio exports to ObjectScript sources. | Docker | 4.0 (1) | 07 Feb, 2023 | |||
![]() iris-connectionsConduct impact and dependency analysis of your source code | Docker IPM | 5.0 (1) | 07 Feb, 2023 | |||
openapi-suite-clientThis is a tiny HTTP client for openapi-suite. | Docker IPM | 5.0 (1) | 06 Feb, 2023 | |||
![]() iris-deploy-toolsEasy way to deploy your production in IRIS or Ensemble. | Docker IPM | 5.0 (1) | 06 Feb, 2023 | |||
![]() blockchain - [ IRIS python ]Save your logs in a blockchain structure | D | Docker | 4.5 (1) | 04 Feb, 2023 | ||
iris-fhirsqlbuilderShowcase of the FHIR SQL Builder from IRIS | G | Docker Python | 5.0 (1) | 02 Feb, 2023 | ||
test-dataApp to create test-data, as much as you need | O | Docker Python IPM | 4.5 (2) | 28 Jan, 2023 | ||
FHIR Interoperability examplesExample of using InterSystems IRIS or HealthShare Health Connect interoperability features for FHIR. Scenarios where forwarding requests and handling responses are required. | A | Docker IPM | 5.0 (1) | 17 Jan, 2023 | ||
NY Taxi DemoA simple guide to NY taxi business, leveraging Columnar Storage | B | Docker Python IPM | 5.0 (1) | 10 Jan, 2023 | ||
![]() IoT SampleSample how to use MQTT with InterSystems IRIS MQTT Interoperability adapter | Docker IPM | 5.0 (1) | 10 Jan, 2023 | |||
![]() zpm-explorerA graphic interface to explorer the applications inside InterSystems Package Manager | Docker IPM | 4.1 (7) | 28 Dec, 2022 | |||
JSON2PersistentLittle tool to create persistent or message classes for InterSystems IRIS and InterSystems IRIS For Health from JSON input. The created classes will extend %JSON.Adaptor | M | Docker | 5.0 (3) | 19 Dec, 2022 | ||
![]() Pregnancy Symptoms TrackerExample of using FHIR to track pregnancy symptoms | Docker IPM | 3.5 (1) | 08 Dec, 2022 | |||
iris-pero-ocrOCR demo for IRIS | G | Docker Python ML ML | 5.0 (1) | 06 Dec, 2022 | ||
![]() FHIR QuestionnairesFHIR Questions and Responses | Docker IPM | 5.0 (1) | 03 Dec, 2022 | |||
![]() FemTech ReminderProject to take part the InterSystems IRIS for Health Contest | Docker IPM | 4.5 (1) | 03 Dec, 2022 | |||
ipython-iris-magic%%iris magic for IPython, can run ObjectScript command in Notebooks | G | Docker Python | 0.0 (0) | 02 Dec, 2022 |