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-clientInterSystems FHIR Client Connect to any Open FHIR Server | Docker Python IPM | 5.0 (2) | 05 Nov, 2024 | 991 | 36 | |
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) | 29 Oct, 2024 | 1.5k | 482 | |
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 4Votes3Comments | ||||||
iris-datapipeDataPipe an interoperability framework to ingest data in InterSystems IRIS in a flexible way | A | Docker Python IPM | 5.0 (1) | 15 Oct, 2024 | 439 | 62 |
ks-iris-libIRIS / IRIS Health utilities library | Docker IPM | 5.0 (1) | 04 Oct, 2024 | 142 | 3 | |
IOP REST Client FrameworkFramework for creating REST API clients in python with IOP | A | Docker Python IPM | 4.5 (1) | 22 Sep, 2024 | 91 | |
HackUPC24_KlìnicSymptoms Clinical Trial Search Tool using Knowledge Graphs | T | AI ML ML | 0.0 (0) | 15 May, 2024 | 182 | |
WALL-MA Platform for Retrieval Augmented Generation (RAG) for Question-Answering of E-Mails | S | Python AI ML ML | 0.0 (0) | 12 May, 2024 | 243 | |
iris-openaiLibrary for use Open AI | Docker IPM AI | 5.0 (5) | 18 Apr, 2024 | 805 | 38 | |
llama-irisSupport for IRIS for Llama-index | Docker Python | 0.0 (0) | 16 Apr, 2024 | 176 | ||
langchain-irisSupport for IRIS for Langchain | Docker Python | 0.0 (0) | 16 Apr, 2024 | 135 | ||
EnsembleWorkflowUIAngular UI for InterSystems Ensemble Workflow | S | Docker IPM | 2.0 (1) | 25 Mar, 2024 | 334 | 382 |
RESTForms2Forms adapter for InterSystems IRIS | Docker IPM | 5.0 (2) | 25 Mar, 2024 | 718 | 964 | |
iris-teams-adapterAdapter to connect your IRIS producction with Microsoft Teams | Docker IPM | 4.6 (5) | 14 Mar, 2024 | 281 | 9 | |
webHERALDFRONTEND MADE EASY! Develop all you browser-based applications. | A | 5.0 (2) | 16 Feb, 2024 | 211 | ||
iris-vectorInitial realization for Vector datatype support | Python IPM AI | 4.8 (4) | 17 Sep, 2023 | 364 | 15 | |
IRIS-FlaskBlogRealworld Application using Flask, SQLAlchemy, and InterSystems IRIS | Docker Python | 5.0 (1) | 28 Aug, 2023 | 251 | ||
liquibase-irisLuquibase extension: InterSystems IRIS support | 0.0 (0) | 21 Aug, 2023 | 272 | |||
IRIS Hibernate DialectHibernate 6 Dialect for InterSystems IRIS - dialect, sample and tests | 5.0 (1) | 20 Jul, 2023 | 434 | |||
ririsRemote InterSystems IRIS command execution | P | Docker Python | 3.8 (2) | 28 May, 2023 | 168 | |
Interopway RESTRepositório com conjunto de classes para auxiliar no desenvolvimento de integrações que consomem serviços REST | IPM | 3.3 (2) | 28 May, 2023 | 142 | 1 | |
sqlalchemy-irisAn InterSystems IRIS dialect for SQLAlchemy | Docker Python | 5.0 (5) | 02 May, 2023 | 1.1k | ||
Interopway XDBCSimple way to implement XDBC Interoperability. | IPM | 4.0 (1) | 17 Feb, 2023 | 292 | ||
iris-tripleslashGenerate unit test cases from the class documentation | Docker IPM | 5.0 (2) | 03 Feb, 2023 | 367 | 13 | |
iris-pero-ocrOCR demo for IRIS | G | Docker Python ML ML | 5.0 (1) | 06 Dec, 2022 | 314 | |
ipython-iris-magic%%iris magic for IPython, can run ObjectScript command in Notebooks | G | Docker Python | 0.0 (0) | 02 Dec, 2022 | 159 | |
IrisWrappedA Pythonic wrapper for Intersystems IrisNative API | A | Python | 4.0 (1) | 24 Nov, 2022 | 110 | |
iris-python-interoperability-templateA template to build interoperability component in pure python | G | Docker Python | 5.0 (1) | 27 Sep, 2022 | 367 | |
KozoKozo Page Builder | S | Docker IPM | 5.0 (2) | 15 Jul, 2022 | 472 | 32 |
wifis-connectWiFIS Connect is an application you can install in InterSystems Healthcare products to build your connection to WiFIS interoperability platform in SISCAT. | A | Docker | 5.0 (1) | 27 May, 2022 | 166 | |
CubesA search engine database | S | 0.0 (0) | 10 Apr, 2022 | 209 |