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 |
---|---|---|---|---|---|---|
![]() Sync-Data-with-DSTIMESynchronizing your data to some external DB | Docker IPM | 5.0 (1) | 11 Jan, 2024 | |||
![]() ObjectScript KernelExecute ObjectScript in Jupyter Notebook | Docker Python | 5.0 (1) | 18 Jul, 2022 | |||
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 | ||||||
![]() WebSocketIRIS.jsusing IRIS Native API for Node.js | Docker | 5.0 (1) | 24 Oct, 2024 | |||
![]() SUDOKU-enA demo in traditional style | Docker | 4.0 (2) | 16 Sep, 2023 | |||
![]() Simple-remote-server-controlSimple Server Communication over TCP/IP | Docker IPM | 3.0 (1) | 16 Sep, 2023 | |||
![]() Global-dump-to-SQLShow Global by SQL SELECT | Docker IPM | 5.0 (1) | 26 Nov, 2024 | |||
![]() SPOOL-mappingSPOOL as SQL tabel | Docker IPM | 4.5 (1) | 16 Sep, 2023 | |||
![]() Collection-Indexing-and-QueryHow to get correct index for SQL query generator | Docker IPM | 4.0 (2) | 03 Feb, 2024 | |||
![]() Global-Scan-to-SQLAnalyze Globals by Subscript-Level | Docker IPM | 4.5 (1) | 16 Sep, 2023 | |||
iris4health-fhir-analyticsAn example on how to take advantage of FHIR data schema created by IRIS for Health in conjunction with IRIS Analytics to provide analytics on FHIR data. | Docker | 4.5 (1) | 26 Aug, 2020 | |||
restoreUIUI for restoring databases from online backup | V | Docker IPM | 0.0 (0) | 16 Oct, 2020 | ||
QR-FHIRApp to generate FHIR QR Codes and vCards from InterSystems IRIS FHIR Resource | Docker | 5.0 (1) | 24 Aug, 2020 | |||
![]() ObjectScript-Over-ODBCAllow running ObjectScript and especially Global copy over ODBC | Docker IPM | 4.5 (1) | 26 Nov, 2024 | |||
![]() iris-rad-studioIRIS RAD Studio it's a low-code solution that came to make the developer's life easier; Allowing everyone to create their CRUD based on a simple class definition or even a CSV file. | Docker IPM | 3.5 (1) | 15 Apr, 2021 | |||
IO-RedirectIO Redirect in ObjectScript | Docker IPM | 4.8 (2) | 15 Jan, 2022 | |||
![]() IRIS-fast-ECP-setupFast setup of ECP client / sever with almost no manual intervention. | Docker | 5.0 (1) | 05 Nov, 2023 | |||
iris-readonly-interopRead Only Role for Interoperability | G | Docker IPM | 5.0 (2) | 30 Aug, 2022 | ||
![]() iris-disguiseData Anonymization tool for InterSystems IRIS | Docker IPM | 5.0 (1) | 02 Dec, 2021 | |||
![]() AI Image Object DetectorPython Embedded IRIS Application to Analyze images and videos using Machine Learning and ImageAI | Docker Python | 5.0 (1) | 08 Feb, 2022 | |||
![]() iris-fhir-clientInterSystems FHIR Client Connect to any Open FHIR Server | Docker Python IPM | 5.0 (2) | 06 Nov, 2024 | |||
![]() CloudStudioA web based IDE for IRIS | S | IPM | 5.0 (2) | 07 Jun, 2022 | ||
LogSimple macros-driven logging system | E | Docker IPM | 4.0 (1) | 18 Feb, 2022 | ||
![]() CosNumberTranslateThe function also allows to treat the numbers of 10^9 (millards) in English-speaking countries format. | Docker | 4.7 (3) | 06 Mar, 2024 | |||
iknow-entity-browserVisualizer of relations between iKnow entities. Text data visual analysis. | 0.0 (0) | 04 Feb, 2019 | ||||
![]() UmlanjiVisualization of classes using UML modeling tools with XMI 1.2 support such as Enterprise Architect, Visual Paradigm, ArgoUML. | 0.0 (0) | 27 Sep, 2022 | ||||
Healthcare HL7 XMLHealthcare HL7 XML (also known as ITB or Ensemble HL7 XML) is an application you can install in InterSystems Healthcare products to handle HL7 v.2.x messages in XML format. | A | Docker IPM | 5.0 (2) | 02 Sep, 2024 | ||
isc-tarTAR compress tool | Docker IPM | 4.5 (1) | 26 Mar, 2020 | |||
Python Gateway SamplesExamples of PythonGateway Usage. Python Gateway for InterSystems Data Platforms. Execute Python code and more from InterSystems IRIS brings you the power of Python right into your InterSystems IRIS environment. | E | Docker AI ML ML | 0.0 (0) | 31 Jul, 2019 | ||
ToolBox-4-IrisAPI for InterSystems IRIS with a collection of handy and useful tools | R | 4.0 (1) | 06 Aug, 2019 | |||
simplemirrorSuper SIMPLE mirroring solution with dockers | M | Docker | 5.0 (1) | 08 Oct, 2019 |