{% with subtitle = menu.subtitle %} {% include '_header.html' %} {% endwith %}
MeDaCA
機能メニュー
{% if menu.is_available_ult_doctor_menu() %}
Ultmarc照会(医師)
{% endif %} {% if menu.is_available_ult_inst_menu() %}
Ultmarc照会(施設)
{% endif %} {% if menu.is_available_bio_menu() %} {% if not menu.is_batch_processing() %}
生物由来データ参照
{% else %}
生物由来データ参照は
日次バッチ処理中のため利用出来ません
{% endif %} {% endif %} {# TODO 削除予定 {% if menu.is_available_master_maintenance_menu() %} {% if menu.is_batch_processing() %}
マスターメンテメニューは
日次バッチ処理中のため利用出来ません
{% elif menu.is_backup_processing() %}
バックアップ取得を開始しました。
日次バッチ更新が終了するまでマスターメンテメニューは利用できません
{% else %}
マスターメンテメニュー
{% endif %} {% endif %} #}
Logout
{% with progress_message = ''%} {% include '_loading.html' %} {% endwith %}