Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
objectscript-docker-templateTemplate project for InterSystems ObjectScript with InterSystems IRIS community Edition docker container | Docker | 5.0 (1) | 03 Jul, 2025 | |||
ollama-ai-irisAnalyze PDF by extracting text and sending chat to ollama | O | Docker Python AI | 5.0 (1) | 24 May, 2025 | ||
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 | ||||||
![]() bg-iris-agentAI IRIS Agent | Docker IPM AI | 5.0 (1) | 04 Apr, 2025 | |||
pax-ai-irisHybrid Framework for Anomaly Detection: IRIS, Embd Python, AI | AI ML ML | 0.0 (0) | 28 Mar, 2025 | |||
iris-watched-statusStatus that automatically detects and handles errors. | D | IPM | 0.0 (0) | 05 Mar, 2025 | ||
bdb-sql-utilsVarious utilities from the SQL cookbook | B | Docker IPM | 4.5 (2) | 04 Feb, 2025 | ||
![]() IRIS WHIZ - HL7v2 Browser ExtensionBrowser extension created to extend the HL7v2 capabilities of Intersystems Iris/Ensemble. | 4.7 (3) | 15 Dec, 2024 | ||||
![]() iris-energy-isodataAccess energy data of Major ISOs in the United States | Docker Python IPM | 5.0 (1) | 04 Dec, 2024 | |||
![]() sql-embeddingsSQL-Embedding simplifies creating and using embeddings in query | Docker IPM | 4.8 (2) | 29 Sep, 2024 | |||
![]() db-management-toolThis project is a web-based database management tool | A | Docker IPM | 3.0 (1) | 29 Sep, 2024 | ||
![]() iris-errors-analysis-graphAnalyze errors on the IRIS portal generate statistical graphs. | L | Docker Python IPM AI | 1.8 (2) | 28 Jul, 2024 | ||
OPNLib-TimerTimers Generator Tool. Allows whatever application process to easily orchestrate taks, defining its own timers that will wake it up to make actions. | J | Docker IPM | 5.0 (1) | 10 Jul, 2024 | ||
![]() BG-AppealAIAppeals against insurance company denials | Docker IPM AI | 4.0 (1) | 15 May, 2024 | |||
objectscript-package-templateTemplate for InterSystems ObjectScript classes published to Package Manager ZPM | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
![]() SQLToolsVS Code database management for InterSystems IRIS | L | 0.0 (0) | 12 Mar, 2024 | |||
yaml-utilsSimple ObjectScript YAML-to-JSON converter | B | IPM | 4.5 (2) | 01 Mar, 2024 | ||
workshop-py-performancePerformance test among databases using Ptyhon | Docker | 5.0 (2) | 29 Dec, 2023 | |||
![]() node-red-contrib-irisAn Interface for Node-Red to InterSystems IRIS Data Platform. | P | 0.0 (0) | 30 Nov, 2023 | |||
![]() InterLangLangChain meets FHIR for personalized health plans | Z | Docker Python | 0.0 (0) | 27 Nov, 2023 | ||
workshop-fhir-adapterWorkshop with example of FHIR Adapter | Docker | 5.0 (2) | 12 Oct, 2023 | |||
![]() IntegrityLog-WebIntegrity Log show via Web | Docker IPM | 5.0 (1) | 26 Sep, 2023 | |||
![]() FHIR-XMLToJSONConvert FHIR XML to JSON resource message structure | Docker IPM | 3.5 (1) | 22 Sep, 2023 | |||
![]() Webinar-Leveraging-Embedded-PythonFollow along the Leveraging Embedded Python Webinar! | A | Docker Python | 4.3 (2) | 18 Sep, 2023 | ||
![]() IRIS-FlaskBlogRealworld Application using Flask, SQLAlchemy, and InterSystems IRIS | Docker Python | 5.0 (1) | 06 Sep, 2023 | |||
System-Task-RESTSystem task details via REST | Docker IPM | 4.0 (1) | 24 Aug, 2023 | |||
CSPFileViewDownloadDownload and view files from server via CSP | 4.8 (2) | 18 Aug, 2023 | ||||
IntegratedML-IRIS-PlatformEntryPredictionIntegration platform server admission forecast | Z | ML ML | 0.0 (0) | 04 Jul, 2023 | ||
interoperability_GPTdemonstrates how to use the GPT chat with Intersystems IRIS | D | Docker Python AI | 0.0 (0) | 02 Jul, 2023 | ||
workshop-performancePerformance tests of IRIS, Postgres and MySQL by JDBC connection | Docker | 5.0 (1) | 02 Jun, 2023 | |||
![]() iris-mlm-explainerCreate, Train, Validate, Predict and Explore ML models | Python | 5.0 (1) | 22 Apr, 2023 |