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 |
---|---|---|---|---|---|---|
![]() iris-fhir-bridgeIRIS-FHIR Bridget is a robust interoperability engine designed to seamlessly convert healthcare data across multiple standards | Docker Python IPM | 5.0 (1) | 31 May, 2025 | |||
![]() IRIS Interop DevToolsA dashboard for testing CCDA, FHIR, and SDA transforms in IRIS. | Docker IPM | 5.0 (3) | 31 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 | ||||||
![]() FHIRInsightFHIRInsight: Transform complex health data into clear, actionable insights. A tool to convert FHIR blood test data into a comprehensive, easy-to-understand analysis report. | Docker Python IPM AI | 5.0 (1) | 30 May, 2025 | |||
![]() Smart Clinical Copilot - Configuration Management SystemAI-powered Clinical Decision Support System (CDSS) | K | Docker Python AI ML ML | 5.0 (1) | 30 May, 2025 | ||
![]() CCD Data ProfilerProfiles and analyzes CCD documents with customizable reports. | L | IPM | 0.0 (0) | 30 May, 2025 | ||
![]() hc-export-editorAn InterSystems IRIS/Health Connect Production Export Editor | E | Docker Python IPM | 5.0 (1) | 30 May, 2025 | ||
![]() health-gformsCollect FHIR data using Google Forms data | Docker Python IPM | 5.0 (1) | 29 May, 2025 | |||
![]() IRIS apiPubautomatically publish RESTful API's built with Intersystems IRIS technology, in the simplest and fastest way possible, using the Open API Specification (OAS 3.0) standard | Docker IPM | 4.8 (4) | 28 May, 2025 | |||
IRIS Data Loading ClientFront-end client to the LOAD DATA SQL command | R | Docker IPM | 3.0 (1) | 28 May, 2025 | ||
Generative AI Pattern Match WorkBenchMultilingual Generative AI assistant for Pattern Match Operator | A | AI ML ML | 0.0 (0) | 28 May, 2025 | ||
iris-medbot-guideAutomatically generate patient education content and personalize | s | Docker Python IPM | 4.0 (1) | 25 May, 2025 | ||
ollama-ai-irisAnalyze PDF by extracting text and sending chat to ollama | O | Docker Python AI | 5.0 (1) | 24 May, 2025 | ||
![]() Langchain4jFhirAI-powered Quarkus backend that analyzes base on a FHIR | Docker AI | 4.0 (1) | 24 May, 2025 | |||
![]() fhir-craftBuild your own FHIR resources with synthetic data | L | Docker | 5.0 (1) | 23 May, 2025 | ||
FhirReportGenerationCombining FHIR medical information to obtain AI medical reports | X | Docker Python | 4.5 (1) | 23 May, 2025 | ||
![]() iris-fhir-labA web app to display FHIR resources details dynamically | Docker Python IPM | 0.0 (0) | 19 May, 2025 | |||
![]() lovable-backendMinimalistic spec first API as a backend for Lovable AI UI | Docker IPM | 5.0 (1) | 18 May, 2025 | |||
pxw-debugLog debug output | P | Docker IPM | 5.0 (1) | 17 May, 2025 | ||
PivotToJupyterView extracted data from IRIS BI cubes in Jupyter Notebook | P | Docker Python IPM | 5.0 (1) | 14 May, 2025 | ||
![]() PivotSubscriptionsSubscribe to Pivot Tables in InterSystems IRIS Business Intelligence to receive scheduled emails | P | Docker IPM | 0.0 (0) | 14 May, 2025 | ||
![]() ThirdPartyChartPortletsUse third-party charting libraries inside of Dashboards | P | Docker IPM | 4.5 (1) | 13 May, 2025 | ||
iris-web-swagger-uiInteractive Swagger docs for your REST API | S | Docker IPM | 4.7 (3) | 11 May, 2025 | ||
![]() AnalyzeThisEasily transform a CSV file/Table/SQL query into a personalized preview of InterSystems IRIS BI | P | Docker IPM | 5.0 (3) | 09 May, 2025 | ||
![]() SQL DATA LENSFast database sql tool with special features for IRIS & Caché | A | 5.0 (1) | 05 May, 2025 | |||
jupyter-for-moneyMy first Jupyter notebook | O | Docker Python | 5.0 (1) | 04 May, 2025 | ||
![]() excel-java-irisJava code to read Excel | O | Docker Python IPM | 5.0 (2) | 04 May, 2025 | ||
![]() wp-iris-projectBuild scalable WordPress integrations with InterSystems IRIS. Includes a REST framework, code generator, and demo plugins. | Docker | 5.0 (1) | 02 May, 2025 | |||
![]() Iris-natorIRISNator is a game that tries to guess a character you've thought of. | Docker | 5.0 (1) | 01 May, 2025 | |||
![]() High-Performance Prefix Lookup Extension for InterSystems IRISHigh-Performance Prefix Lookup Extension for InterSystems IRIS | K | Docker | 0.0 (0) | 30 Apr, 2025 | ||
![]() iris-globals-contestapp to use globals to count financial transactions | O | Docker Python IPM | 5.0 (1) | 26 Apr, 2025 |