{% extends 'products/base.html' %} {% load cache %} {% block title %} AI for radiology {% endblock %} {% block content %}

Products

Find the artificial intelligence based software for radiology that you are looking for.
All products listed are available for the European market (CE marked).

{{product_total}}/{{product_total_all}} results

{% cache 3600 product_list request.META.QUERY_STRING %} {% include "products/partials/product_list.html" %} {% endcache %} {% endblock %}