New updates
This commit is contained in:
15
webservice/apps/synthea/templates/synthea/api.html
Normal file
15
webservice/apps/synthea/templates/synthea/api.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends 'base.html' %} <!-- Add this for inheritance -->
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{% trans "dHealth Synthea" %}{% endblock %}
|
||||
{% block pagetitle %}{% trans "dHealth Synthea" %}{% endblock %}
|
||||
|
||||
{% block menu %}
|
||||
{% include 'synthea/menu.html' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>API</h1>
|
||||
<p>Hier kunt u informatie vinden over de API zodat er ge-automatiseed patient data kan worden gegenereerd</p>
|
||||
<p>Documentatie: <a href="redoc" target="_blank">Redoc / Swagger</a> </p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user