A Technical View on BICEPS as Part of ISO/IEEE 11073 SDC
MotivationIts All About Content – The Participant ModelThe ClockService Control Object (SCO)SystemContextChannels and MetricsAlertSystemThe Art Of Conversation – The Communication ModelMessage...
View ArticleWhere to start with Docker – Part 1
Photo by Rubaitul Azad on Unsplash If you’re a tech enthusiast or work in a tech company, you’ve probably heard of Docker or containers. But what exactly is Docker and why is it revolutionizing the...
View ArticleWhere to start with Docker – Part 2
Photo by Rubaitul Azad on Unsplash Welcome back to Part 2 of our Docker series! In Part 1, we covered the basics of Docker, how it simplifies software deployment, and the benefits of containerization....
View ArticleCamunda under FHIR
In the medical domain one of the most important interoperability topic is FHIR (https://www.hl7.org/fhir/). It standardizes formats for different medical data, like patient information. With the help...
View ArticleFormal architecture verification in practice
Introduction When we want to make sure that our code works as expected, we write tests like unit tests or integration tests to verify that. But these tests can only point out certain errors, they...
View ArticleExploring AI for developers: First impressions
In this article, we want to gather first impressions on the ubiquitous new AI tools that are supposed to render us programmers obsolete. First learnings are: Yes, AI can certainly save you some effort...
View ArticleSupportive Software for Ambulatory Quality Assurance
Our business unit at AKQUINET is specialized in developing individual software solutions. Our development and operations team focuses on medical and health applications. They have experience in...
View ArticleImplementation of classic machine learning with Dräger
The world of large language models – LLMs – is evolving steadily, with new models and tools being released almost daily to improve the quality of results and open up new use cases. These models, which...
View ArticleThe “map” and “flatMap” Patterns
This blog post is written with Kotlin in mind, but the concepts are of course applicable to every other language with generic types. The presented algebraic data types (Option and Either) can be found...
View ArticlePractical Code Sharing with Kotlin Multiplatform Part (1/3)
A common code basis can be crucial to implement and maintain in large projects. Especially, if the components of the project are using different languages and platforms. In this series of blog...
View Article