Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
![]() IRIS WHIZ - HL7v2 Browser ExtensionBrowser extension created to extend the HL7v2 capabilities of Intersystems Iris/Ensemble. | 4.7 (3) | 15 Dec, 2024 | ||||
ks-fhir-genIRIS Health FHIR based HL7 message generator | Docker | 4.5 (1) | 13 Dec, 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 | ||||||
![]() Data_APP_SecurityOAuth Authentication, Authorization & Auditing basics | Docker IPM | 5.0 (1) | 12 Nov, 2024 | |||
![]() LabResultsVerification-hl7HL7 App to update reference range and find critical results | Docker IPM | 5.0 (1) | 12 Nov, 2024 | |||
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 | ||
iris-hl7Transform HL7 messages to JSON | O | Docker IPM | 4.7 (3) | 03 Feb, 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 | |||
![]() custom2hl7Transform custom patient data format to the HL7v2 format | Docker | 4.3 (3) | 26 Oct, 2023 | |||
![]() BulkProfile_HL7RoutingRulesIRIS Integration - Bulk find HL7 Routing changes. No UnitTests. | A | IPM | 3.0 (2) | 08 Jul, 2023 | ||
![]() UnitTest_DTL_HL7HL7 DTL TestCase Creator and Runner Framework | A | 0.0 (0) | 15 Aug, 2022 | |||
![]() UnitTest_RuleSetUnit Tests for HL7 Routing in IRIS Integration | A | 5.0 (1) | 13 Jul, 2022 | |||
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 | ||
Integration scheme for heterogeneous messages in heterogeneous systemsIntegration scheme for heterogeneous messages in heterogeneous systems | D | 0.0 (0) | 28 Feb, 2021 | |||
Reducing Readmission Risks with Realtime MLPatient Readmissions are said to be the Hello World of Machine Learning in Healthcare. We use this problem to show how IRIS can be used to safely build and operationalize ML models for real time predictions and how this can be integrated into a random application. | A | Docker ML ML | 3.5 (1) | 29 Jan, 2020 | ||
![]() HL7 and SMS Interoperability DemoThis application requires you to have Docker installed on your PC. | A | Docker | 5.0 (1) | 17 Oct, 2019 |