Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
![]() Smart Clinical Copilot - Configuration Management SystemAI-powered Clinical Decision Support System (CDSS) | K | Docker Python AI ML ML | 5.0 (1) | 30 May, 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 | ||||||
![]() High-Performance Prefix Lookup Extension for InterSystems IRISHigh-Performance Prefix Lookup Extension for InterSystems IRIS | K | Docker | 0.0 (0) | 30 Apr, 2025 | ||
![]() bg-iris-agentAI IRIS Agent | Docker IPM AI | 5.0 (1) | 04 Apr, 2025 | |||
iris-data-analysisImplementing data query and analysis | l | Docker Python IPM AI | 4.0 (1) | 01 Apr, 2025 | ||
AiAssistantUsing vector search to assist large language models in generatin | X | Docker IPM AI | 4.5 (1) | 27 Mar, 2025 | ||
![]() iris-HL7v2GenDynamically Generate HL7 Test Messages | Docker Python IPM | 5.0 (1) | 23 Dec, 2024 | |||
![]() irisChatGPTApplication uses LangChain framework which is built around LLMs | Docker Python IPM AI | 4.0 (1) | 12 Nov, 2024 | |||
IRIS-Test-Data-GeneratorUsed to generate test data | D | Docker IPM | 3.0 (1) | 29 Sep, 2024 | ||
![]() apptools-adminThis solution can be installed in earlier versions of Caché and Ensemble (tested 2016.1+). This can be done by importing xml. | Docker IPM | 5.0 (1) | 24 Sep, 2024 | |||
![]() BridgeWorks WebReportsWeb based reporting and dashboard platform | 0.0 (0) | 26 Aug, 2024 | ||||
![]() iris-errors-analysis-graphAnalyze errors on the IRIS portal generate statistical graphs. | L | Docker Python IPM AI | 1.8 (2) | 28 Jul, 2024 | ||
iris-email-analyzer-appIris Email Analyzer for suspicious or confidential content. | E | Docker Python IPM AI | 4.5 (1) | 23 Jul, 2024 | ||
![]() Game Of Throne AnalyticsGame of Throne deaths analytics | Docker IPM | 4.3 (2) | 19 Jul, 2024 | |||
iris-angular-templateA template for RESTful IRIS applications using Angular | E | Docker IPM | 4.0 (1) | 07 Jun, 2024 | ||
![]() companies-searchFind a company based on Glassdoor with Vector Search and GPT. | L | Docker Python IPM AI | 5.0 (1) | 17 May, 2024 | ||
![]() HackUPC24_KlìnicSymptoms Clinical Trial Search Tool using Knowledge Graphs | T | AI ML ML | 0.0 (0) | 15 May, 2024 | ||
AriticleSimilarityComparing article similarity through vector search | x | Docker IPM | 3.5 (1) | 09 May, 2024 | ||
mini-dockerBasic template for InterSystems IRIS development environment with Docker, VSCode and ZPM | Docker | 5.0 (1) | 31 Mar, 2024 | |||
iris-csv-anonymizerVersion: store/intersystems/iris-community:2020.3.0.221.0 | R | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
![]() npm-irisProject & Task Management using InterSystems IRIS and Bootstrap 4 | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
iris-rest-api-templateThe simplest template with REST CRUD for InterSystems IRIS | Docker IPM | 5.0 (2) | 25 Mar, 2024 | |||
![]() covid-19 analyticsanalytics for covid-19 | Docker IPM | 5.0 (2) | 25 Mar, 2024 | |||
Docker Demo Directoryoffer a list of demo repos | Docker | 0.0 (0) | 25 Feb, 2024 | |||
Fhir-HepatitisC-PredictProcessing FHIR resources through FHIR SQL BUILDER will predict the probability of suffering from HepatitisC disease | s | IPM ML ML | 0.0 (0) | 02 Feb, 2024 | ||
![]() testcontainers-iris-pythonStart container with IRIS directly from python | Python | 5.0 (1) | 01 Feb, 2024 | |||
Patient-PSI-DataIt is called the Patient PSI Data Platform | Y | Docker | 5.0 (1) | 26 Jan, 2024 | ||
objectscript-docker-templateTemplate project for InterSystems ObjectScript with InterSystems IRIS community Edition docker container | Docker | 5.0 (1) | 25 Jan, 2024 | |||
![]() Docker-micro-Durabilitylimited durability for demo and development | Docker | 5.0 (1) | 05 Nov, 2023 | |||
![]() SSH-for-IRIS-containerExample how you can add SSH server to a standard IRIS docker image | Docker IPM | 4.0 (1) | 05 Nov, 2023 |