> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/guest/ja/yi-liao/manage-departments-and-checkpoints.md).

# 部門とチェックポイントを管理

## 部署

Verkada では、EMR の部署またはケアポイントを **部署**。部署は、適切な患者がサイトで利用可能になるよう、Guest サイトにマッピングする必要があります。

### 部署をサイトにマッピングする

1 つの部署は、1 つの Verkada Guest サイトにのみマッピングできます。

{% hint style="danger" %}
ユーザーは **オーガナイゼーション' 管理者** 部署をサイトにマッピングするには。
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command で、すべての製品 > Workplace > ゲスト に移動します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、ゲスト設定をクリックします。**
{% endstep %}

{% step %}
**上部で Sites を選択し、ドロップダウンからサイトを選択します。**
{% endstep %}

{% step %}
**Healthcare > \[Departments] を選択します。**
{% endstep %}

{% step %}
**サイトに関連付ける部署を選択します。**
{% endstep %}

{% step %}
**クリックして保存します。**
{% endstep %}
{% endstepper %}

### 部署の表示名を追加

「Choose Departments」に表示される部署名は **部署を選択** メニュー内の名前は、EMR の部署コードを表しています。組織は **表示名** を各部署に追加でき、スタッフにとってより直感的になる場合があります。

{% stepper %}
{% step %}
**Verkada Command で、すべての製品 > Workplace > ゲスト に移動します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、ゲスト設定をクリックします。**
{% endstep %}

{% step %}
**上部で Sites を選択し、ドロップダウンからサイトを選択します。**
{% endstep %}

{% step %}
**Healthcare > \[Departments] を選択します。**
{% endstep %}

{% step %}
**部署にカーソルを合わせ、\[Add display name] を選択します。**

a. 一意の名前を入力します。\
b. キーボードの Enter キーを押して保存します。
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
部署を利用可能にするには、その部署に表示名を追加する必要があります **外来** 診察。
{% endhint %}

***

## チェックポイント

**チェックポイント** は、Verkada Guest で構成されるオブジェクトで、訪問者サービスが配置される物理的なスペースを表します。チェックポイントは、特定のステーションまたはチームに関連するタブレットと部署をグループ化します。チェックポイントはサイトごとに構成され、1 つ以上の部署で構成される場合があります。

{% hint style="danger" %}
チェックポイントを管理するには、Org Admin 権限が必要です。
{% endhint %}

### チェックポイントを構成する

1 つのチェックポイントには複数の部署を含めることができますが、1 つの部署を接続できるチェックポイントは 1 つだけです。

{% stepper %}
{% step %}
**Verkada Command で、すべての製品 > Workplace > ゲスト に移動します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、ゲスト設定をクリックします。**
{% endstep %}

{% step %}
**上部で Sites を選択し、ドロップダウンからサイトを選択します。**
{% endstep %}

{% step %}
**Healthcare > \[Checkpoints] を選択します。**

a. クリック **チェックポイントを追加**。\
b. 一意の名前を入力します。\
c. キーボードの Enter キーを押して保存します。
{% endstep %}

{% step %}
**チェックポイントの横で、接続する部署を選択します。**
{% endstep %}
{% endstepper %}

### チェックポイントを使用する

{% stepper %}
{% step %}
**の中からチェックポイントを選択します。** [**医療ポータル**](https://command.verkada.com/healthcare)**.**
{% endstep %}

{% step %}
**チェックポイントに割り当てられたすべての部署を訪問する予定の訪問者をすべて表示します。**
{% endstep %}

{% step %}
[**確認する**](/guest/ja/yi-liao/healthcare-visitor-verification.md) **訪問者がチェックポイントに到着した際に。**
{% endstep %}

{% step %}
**確認済みの訪問者をすべて表示します。**
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
ユーザーは **Workplace Site Viewer** サイトでチェックポイントの訪問者を管理するための役割を
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.verkada.com/guest/ja/yi-liao/manage-departments-and-checkpoints.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
