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 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) | 23 Dec, 2024 | 1.5k | 511 | |
d[IA]gnosisWeb application to find out diagnoses and suggest ICD-10 codes | Docker Python AI | 0.0 (0) | 23 Dec, 2024 | 145 | ||
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-http-callsInteroperability Adapter and Service for making HTTP calls | O | Docker IPM | 5.0 (1) | 22 Dec, 2024 | 106 | |
mongoCDCA sample of using embedded python with interoperability | N | Docker | 0.0 (0) | 22 Dec, 2024 | 9 | |
pyiris-icebergDemonstrates copying IRIS tables into Apache Iceberg tables | P | Docker Python | 0.0 (0) | 20 Dec, 2024 | 8 | |
InterSystems Package ManagerInterSystems Package Manager | R | Docker Python | 4.8 (22) | 20 Dec, 2024 | 6.8k | |
ObjectScript-To-XMLExporting InterSystems Object Scripts in XML | 0.0 (0) | 20 Dec, 2024 | 19 | |||
vault-linkVault-Link is a security solution designed to safeguard sensitive information on InterSystems IRIS environments. | Docker Python IPM | 5.0 (1) | 19 Dec, 2024 | 113 | ||
DoxygenerateUse Doxygen to build static documentation pages for your classes | Docker IPM | 0.0 (0) | 20 Dec, 2024 | 76 | 6 | |
tz - ObjectScript Time Zone Conversion LibraryObjectScript Time Zone Conversion Library | E | Docker IPM | 5.0 (1) | 19 Dec, 2024 | 79 | |
IRIS Global VSCode EditorCRUD operations on IRIS Globals using VSCode Treeview and YAML | 0.0 (0) | 19 Dec, 2024 | 107 | |||
iris-HL7v2GenDynamically Generate HL7 Test Messages | Docker Python IPM | 5.0 (1) | 23 Dec, 2024 | 75 | 12 | |
iris-unit-test-dashboardA user-friendly dashboard to run & view unit tests | Docker IPM | 5.0 (1) | 19 Dec, 2024 | 98 | ||
Intersystems-MonitoringEnable monitoring of IRIS instances via Elastic Discover | Python IPM | 4.5 (3) | 19 Dec, 2024 | 923 | 1.2k | |
docs-intersystemsGenerated InterSystems Class reference | 0.0 (0) | 16 Dec, 2024 | 82 | |||
ISCLauncherHotkey macro app for quick access to InterSystems resources | B | 0.0 (0) | 15 Dec, 2024 | 15 | ||
iris-global-yamlInterSystems IRIS Global Data as YAML content | Docker IPM | 4.5 (1) | 15 Dec, 2024 | 16 | ||
Database-Size-MonitoringMonitor database size growth and issue alerts | s | Docker IPM | 4.0 (1) | 20 Dec, 2024 | 76 | |
ks-fhir-genIRIS Health FHIR based HL7 message generator | Docker | 4.5 (1) | 13 Dec, 2024 | 52 | ||
SharePoint Online SPO REST APISharepoint API template | M | 0.0 (0) | 13 Dec, 2024 | 60 | ||
rest-api-contest-templateTemplate repository for InterSystems IIRS REST API Programming Contest | Docker IPM | 5.0 (1) | 13 Dec, 2024 | 434 | 29 | |
ServiceInspectionA simple application for monitoring Iris service information | W | Docker Python IPM | 5.0 (1) | 13 Dec, 2024 | 219 | |
FHIR Primitive ExtensionHow to create a FHIR primitive extension | K | 0.0 (0) | 12 Dec, 2024 | 17 | ||
DICOM Image DemoHow to create a DICOM message and how to add a JPG image to it | K | 0.0 (0) | 12 Dec, 2024 | 20 | ||
Vector Search for MPIExample of vector search applied for patient identification | Docker AI | 4.0 (1) | 11 Dec, 2024 | 28 | ||
GPGGPG Interoperability Adapter for InterSystems IRIS. | E | Python | 0.0 (0) | 10 Dec, 2024 | 33 | |
LLM QuickStartExample codebase to match Dev Community Article | C | Docker Python AI | 0.0 (0) | 10 Dec, 2024 | 21 | |
ks-iris-libIRIS / IRIS Health utilities library | Docker IPM | 5.0 (1) | 10 Dec, 2024 | 154 | 3 | |
IRIS_ISTIOCommon IKO Deployments (used with Istio Service Mesh in Article) | A | 0.0 (0) | 10 Dec, 2024 | 18 | ||
Git for Shared Development EnvironmentsServer-side Git source control hooks for shared dev environments | IPM | 5.0 (2) | 06 Dec, 2024 | 3.1k | 4.0k |