Bliksund EWA Release 24
Version 24.0 of EWA was released to customers on December 8th, 2023.
The compatible versions of the affected runtime components are listed below:
Component | Version |
---|---|
Chat Server | 23.12.826.0 |
Client Application | 23.12.826.0 |
Client Hub | 23.12.826.0 |
Data Warehouse Export Service | 23.12.826.0 |
EOC Integration | 23.12.826.0 |
Export Service | 23.12.826.0 |
Form Module API | 23.12.826.0 |
HP Link Patient Identity API | 23.12.826.0 |
Insight | 23.12.826.0 |
LiveView API | 23.12.826.0 |
Medical Unit Broker | 23.12.826.0 |
Migration and Seeding Tool | 23.12.826.0 |
Content of this Release
New Features
Release Candidate feature flags
We are introducing a new state of feature flags called Release Candidate
. This state is intended to be used for features that are ready for release but need to be tested in a production environment before we can call them Released
. The feature flags in this state will be available to all customers, but they will be disabled by default. This means that the feature will not be available to the users until the feature flag is enabled.
The plan is for feature flags to stay in this state until we have received feedback from customers and we are confident that the feature is working as intended outside test environments. Once we are confident that the feature is working as intended, we will change the state of the feature flag to Released
, or remove the feature flag completely and enable the feature by default.
To view the release candidate feature flags in the features page, the user accessing Insight should have the below access right written to the database via JSON file with the help of a migration.
Access Right | Requires federated login configuration? | Description |
---|---|---|
ManageReleaseCandidateFeatures | No | Can manage release candidate features in Insight. |
See Access Rights for more information.
Affects: All modules
Corpuls LiveView Widget (Release Candidate)
We have iFramed the corpuls live feed in to the mission details page in LiveView. Enable the Corpuls LiveView Widget
feature flag in insight, attach the mission to a MTU supporting corpuls live feature and select a live view location in the delivery place tile to connect to a live view.
The Corpuls Live URL is iFramed in live view journal details page, The URL should be in the format as shown in the example below, use your domain in the Url.
https://yourdomain.corpuls.cloud/corpuls.web/live/mission/?missionid={0}
It needs to be written in the Insight.SetParameters.xml
file the details can be found in the installation guide.
Please find the information on feature flags and user manual for the Corpuls Widget feature below.
See Corpuls Widget user manual for more information.
Affects: Insight, ClientApp
Consultation feature (Release Candidate)
We have added the possibility to create consultation type live views, and to add these to medical records as consulting parties.
The feature also includes a chat that can be used for communication between the ambulance crew and the consulting parties
See Consultation for more information.
Affects: EWA Client Application, Insight, LiveView, Installation
Updated Features
DIPS Export SetID change
The SetID used for export of records to DIPS has been changed from simply being the record ID to a hashed combination of the record ID and the patient ID. This change is made to support correct re-export to DIPS if the patient ID is changed in EWA.
See SetID Change in DIPS Export for more information.
Affects: Export Service, specifically DIPS Export Configurations
Export Service Retry Policy
The Export Service now has a more sane retry policy for failed exports to DIPS or DocuLive configurations. The retry policy has a configurable maximum number of retries, and a configurable delay between retries. The default values are 3 retries with a 10 minute delay between retries.
See Retry Policy for more information.
Affects: Export Service
Removal of AmbuStat export logic
The AmbuStat export logic has been removed from the Export Service. The GRID AmbuStat module has been put into a maintenance mode where it's possible to see historical data, but no new data will be exported to AmbuStat.
The possibility to configure AmbuStat export configurations has been removed from the Insight Export Configuration page.
See Removed AmbuStat Logic for more information.
Affects: Export Service, Insight
SQL Script for the Norwegian County Division 2024
As announced by the Norwegian government, some counties of Norway will be split up into smaller ones by January 1st 2024. We developed a SQL script to reflect these changes in counties and municipalities in our database.
The script should be run on the customers EWA databases and the success of the execution can be checked, for example, in Insight or the ClientApp. For example, the new municipality "Haram" in the county "Møre og Romsdal". All changes are listed in detail in the link above. After splitting the counties, all locations and places associated with the affected counties and municipalities will be linked to the new database entries.
In the unlikely event that some problems occur while running the script, all changes in the database are automatically rolled back. Nevertheless, it is strongly advised to create a manual backup of the database before running the script.
Affects: Insight, ClientApp
Search Record V2 improvement
We have improved the user experience of the record search page by adding preset filters and loading the search results
- Preset
Ongoing
andCompleted
statuses as default filter conditions. - Trigger search when the page is initially loaded.
- Add exclamation in the patient whose identity is unknown.
Affects: Insight
Create manual missions without needing to write AMIS number (Release Candidate)
We have improved the existing manual mission feature where users can create manual missions without needing to specify AMIS number. The system will automatically generate an AMIS number in the 'ddMMyyyyHHmmss' format for the manual mission.
See Manual mission for more information.
Affects: ClientApp
New UI for EMCC ticket merge feature (Release Candidate)
We have improved the user experience while merging a manual mission with a EMCC mission by displaying the waiting mission in the EMCC ticket layout where the users can select the waiting mission, review the ticket information and merge it with a manual mission.
See EMCC ticket merge for more information.
Affects: ClientApp
Add mapping to EmergencyCode
We shows the name of emergency code based on the code instead of the code itself in the journal. The name can be translated to different languages according to the language being used in EWA Client.
Affects: ClientApp
Completed records will not be removed from LiveView
Completed medical records no longer disappear when the record are completed. Records will be removed based on the patient care completed time out set in LiveView configuration.
Affects: LiveView
New KM tile in Blazor (Release Candidate)
The KM tile in EWA client now has been updated to Blazor in order to improve user experience.
- The feature flag is added with the name
Mission distance V2
to enable the KM tile. - The feature and business logic is similar to the old one.
- The new tile avoids thoroughly the touching issue which happened in the old one and some other tiles.
See EMCC ticket merge for more information.
Affects: EWA Client Application
Fixes in Version 24.0
1. Touching issue on UWP tiles
Ticket: #2017500869 | DevOps: #20058 | Reported by: Helse Sør-Øst
Description:
Some tiles do not response when trying to click near the title or tag.
How it is solved:
Try to implement titles and tags in different way in TileControlContent