{% extends "base.html" %} {% block title %}Add Dicom Endpoint{% endblock %} {% block content %}
Settings:
{{ format_settings(endpoint.settings) }}{% endif %} {% if endpoint.endpointType == 'retriever' %}
Fetch data from:
Host: {{endpoint.fromHost}}
Port: {{endpoint.fromPort}}
AE Title: {{endpoint.fromAETitle}}
Listen on:
Port: {{endpoint.fromPort}}
Send results to:
Host: {{endpoint.toHost}}
Port: {{endpoint.toPort}}
AE Title: {{endpoint.toAETitle}}
{{ statusText }}
{% endraw %} {% endif %} {% if endpoint.endpointType == 'listener' %} {% if endpoint.task_id %}