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 |
---|---|---|---|---|---|---|
![]() Health HarbourAn example of using InterSystems FHIR | A | Docker IPM | 5.0 (1) | 01 Feb, 2024 | ||
workshop-firebaseFirebase adaptor | Docker IPM | 0.0 (0) | 31 Jan, 2024 | |||
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 | ||||||
![]() ai-queryOur AI-driven eligibility query tool streamlines patient identification by leveraging FHIR data, making it easier to find patients with care gaps and suitable cohorts for clinical trials. It integrates with IRIS, handling requests across diverse data sources, asking clarifying questions, and executi | Docker AI | 5.0 (2) | 27 Jan, 2024 | |||
Patient-PSI-DataIt is called the Patient PSI Data Platform | Y | Docker | 5.0 (1) | 26 Jan, 2024 | ||
HL7-FHIR-Cohort-PopulationHL7 to FHIR Cohort Population | M | 5.0 (1) | 25 Jan, 2024 | |||
System-AlertsSystem Alerts | M | 5.0 (1) | 25 Jan, 2024 | |||
iris-healthtoolkit-serviceConvert HL7 to FHIR, CDA to FHIR, FHIR to HL7 as a Service | G | Docker IPM | 5.0 (3) | 23 Jan, 2024 | ||
![]() POST HL7 Message to REST API EndpointPOST an HL7 message converted to JSON to a REST API Endpoint | A | 0.0 (0) | 15 Dec, 2023 | |||
![]() custom-loginSample application for InterSystems IRIS custom login samples | Docker IPM | 5.0 (2) | 15 Dec, 2023 | |||
samples-dynamicgateway-javaInterSystems IRIS Dynamic Gateway Samples refactored from %Net.Remote.Java.Test samples | D | 0.0 (0) | 13 Dec, 2023 | |||
![]() OUReportsOnline User Reports - automatically analyzes data - generates automated reports - provides interface for ad hoc reports - conducts statistical research. Connect to your database and see reports made for you by Online User Reports at OUReports.com | I | 5.0 (1) | 11 Dec, 2023 | |||
![]() fhirserver-profile-based-validationA sample of calls (Postman Collection) to demonstrate FHIR Profile-based Validation Requests | N | 5.0 (1) | 11 Dec, 2023 | |||
Internal-SQL-Servicequery an internal SQL table and send a snapshot downstream | M | 0.0 (0) | 08 Dec, 2023 | |||
![]() opentelemetry-trace-soapSend OpenTelemetry from IRIS SOAP Web services | S | Docker | 5.0 (1) | 08 Dec, 2023 | ||
samples-dynamicgateway-dotnetInterSystems IRIS Dynamic Gateway Samples refactored from %Net.Remote.NET.Test samples | S | 0.0 (0) | 08 Dec, 2023 | |||
![]() iris-parquetRead and write files and datasets between InterSystems IRIS and Parquet | Docker IPM | 4.5 (1) | 02 Dec, 2023 | |||
workshop-whatsappExample of integration IRIS for Health and WhatsApp | Docker IPM | 5.0 (1) | 28 Nov, 2023 | |||
![]() Image AI CreatorCreate AI images from Imagine API | Docker IPM AI | 5.0 (1) | 27 Nov, 2023 | |||
iris-extlanguage-openpdfGenerating PDF documents with IRIS and Java | N | 4.0 (1) | 27 Nov, 2023 | |||
![]() InterLangLangChain meets FHIR for personalized health plans | Z | Docker Python | 0.0 (0) | 27 Nov, 2023 | ||
![]() fhir-pexJava Application sending FHIR messages to Kafka topics. | F | Docker AI | 4.0 (1) | 26 Nov, 2023 | ||
![]() java-global-editorCRUD++ for globals from Java | Docker IPM | 5.0 (1) | 19 Nov, 2023 | |||
![]() native-api-command-line-javaJava Client for NativeAPI CommandLine Extension | Docker IPM | 5.0 (1) | 19 Nov, 2023 | |||
![]() mypButtonsmypButtons routine creates CSV from pButtons HTML. | 3.8 (3) | 15 Nov, 2023 | ||||
![]() JIRISReportCreate Drag and Drop JasperReports and run on InterSystems IRIS | Docker IPM | 4.5 (1) | 14 Nov, 2023 | |||
mercure-outboundadapterThis adapter allows you to send SSE events from IRIS using Mercu | N | Docker IPM | 0.0 (0) | 12 Nov, 2023 | ||
IRIS Smart StringSmart String Datatype for InterSystems Products | S | Docker IPM | 5.0 (2) | 05 Nov, 2023 | ||
![]() GlobalToJSON-XLAexport an XLarge Global into a JSON object file | Docker IPM | 5.0 (1) | 02 Nov, 2023 | |||
![]() zapmAnd now ZAPM has survived to the first version and can add any command that I need and remember it so that I can re-execute it. | Docker IPM | 4.5 (1) | 01 Nov, 2023 | |||
![]() custom2hl7Transform custom patient data format to the HL7v2 format | Docker | 4.3 (3) | 26 Oct, 2023 |