PIMA Version Overview

PIMA Version Overview

Interested in when a new PIMA version is released?
Reach out to himsa@himsa.dk to be added to the mailing list.

Version no.

Release Date

Changes

Version no.

Release Date

Changes

1.1.0.1032

Nov 14, 2025

  • Fix for an issue with getting sessions for a patient being of poor performance. GetCurrentSession() and GetSessions() are updated with a parameter to exclude ActionReferences. This improves performance when a patient has many actions, or a business system relies on a cloud connection.
    Note that the API is not shared by modules, so while it is a breaking change, the impact is restricted to modules updating to this version, and will not affect other installed PIMA modules.

  • A utility is made to handle when certificates fail to bind, for example due to lack of necessary ports being accessible. It can be provided by HIMSA upon request. A permanent solution to this is planned for next major release of PIMA.

Nov 24, 2025 The reported issue should be resolved.

An issue has been reported with the bootstrapper not updating to 1032.

1.1.0.926

Mar 28, 2025

  • Fixed: ModuleApiLib now uses named repository for log4net to avoid overwriting other software’s logs.

  • Fixed: Issue with varying date-time format in business systems preventing opening of patient record.

 

  • Includes a bootstrapper that fixes issue with downgrade if a newer version is installed.

    1. Note, the solution for this is a bootstrapper, which must be implemented for the ModuleAPIService.

    2. It should also be included in modules using prior versions of PIMA to resolve this issue. See more information in the documentation.

1.1.0.825

Jan 24, 2025

From this version and onward, both .NET Standard 2.0 and .NET 6 and later are supported.

  • Fixed: An issue with a certificates failing to update on devices ending their name with a hyphen “-”.

  • Fixed: A rare issue where launching the ModuleApiProxy REST API client PCs is slow, causing initial call to REST API to fail.

  • Fixed: Situation where business system having disabled FastDataViews caused PIMA to fail when loading existing actions.

  • Fixed: Varied security updates.

  • Fixed: Some IMC2 types could not be sent over REST API.

  • Removed the usage of Newtonsoft.Json.

  • Optimized back-dated actions.

1.0.3.806

Jul 26, 2024

  • The ModuleApiService certificate has been extended from 3 months expiration to 3 years expiration to alleviate an issue due to certificate registration.

1.0.3.805

May 27, 2024

  • ModuleAPILib updated to wait for 300 seconds when a request from the PIMA module requires user interaction

  • Fix permitting use of short date format MM/dd/yy

  • Bugfixes

  • PIMA Sample Module bugfixes

1.0.1

Mar 17, 2023

Bugfixes

1.0.0

Jun 15, 2022

Initial release