15 Application(s) results for #hl7
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Application NameDeveloperMade withRatingLast updatedViewsInstalls

IRIS WHIZ - HL7v2 Browser Extension

Browser extension created to extend the HL7v2 capabilities of Intersystems Iris/Ensemble.

Rob Ellis
4.7 (3)15 Dec, 2024 1.0k

ks-fhir-gen

IRIS Health FHIR based HL7 message generator

Robert Barbiaux
Docker
4.5 (1)13 Dec, 2024 146

InterSystems Ideas Waiting to be Implemented

Programmatic reports

The 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
by Yuri Marx

5

Votes

3

Comments
Vote

Data_APP_Security

OAuth Authentication, Authorization & Auditing basics

Muhammad Waseem
Docker
IPM
5.0 (1)12 Nov, 2024 764 18

LabResultsVerification-hl7

HL7 App to update reference range and find critical results

Muhammad Waseem
Docker
IPM
5.0 (1)12 Nov, 2024 871 13

Healthcare HL7 XML

Healthcare 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
Alberto Fuentes
Docker
IPM
5.0 (2)02 Sep, 2024 970 129

iris-hl7

Transform HL7 messages to JSON

O
Oliver Wilms
Docker
IPM
4.7 (3)03 Feb, 2024 408 15

POST HL7 Message to REST API Endpoint

POST an HL7 message converted to JSON to a REST API Endpoint

A
Ariel Glikman
0.0 (0)15 Dec, 2023 371

custom2hl7

Transform custom patient data format to the HL7v2 format

Yuri Marx
Docker
4.3 (3)26 Oct, 2023 234

BulkProfile_HL7RoutingRules

IRIS Integration - Bulk find HL7 Routing changes. No UnitTests.

A
Alex Woodhead
IPM
3.0 (2)08 Jul, 2023 231

UnitTest_DTL_HL7

HL7 DTL TestCase Creator and Runner Framework

A
Alex Woodhead
0.0 (0)15 Aug, 2022 348

UnitTest_RuleSet

Unit Tests for HL7 Routing in IRIS Integration

A
Alex Woodhead
5.0 (1)13 Jul, 2022 570

wifis-connect

WiFIS Connect is an application you can install in InterSystems Healthcare products to build your connection to WiFIS interoperability platform in SISCAT.

A
Alberto Fuentes
Docker
5.0 (1)27 May, 2022 199

Integration scheme for heterogeneous messages in heterogeneous systems

Integration scheme for heterogeneous messages in heterogeneous systems

D
Deming Xu
0.0 (0)28 Feb, 2021 202

Reducing Readmission Risks with Realtime ML

Patient 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
Amir Samary
Docker
ML
ML
3.5 (1)29 Jan, 2020 841

HL7 and SMS Interoperability Demo

This application requires you to have Docker installed on your PC.

A
Amir Samary
Docker
5.0 (1)17 Oct, 2019 1.1k