> 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/use-the-guest-healthcare-portal.md).

# ゲスト医療ポータルを使用

Guest のヘルスケアポータルは、患者と部署の来訪者対応を支援します。このページでは、Guest ユーザーは各サイトの来訪者と患者を確認できます。

{% hint style="warning" %}
少なくとも〜である必要があります **Workplace Site Viewer** 〜を備えた Guest サイトで [部署](/guest/ja/yi-liao/manage-departments-and-checkpoints.md) ヘルスケアポータルを表示するには。
{% endhint %}

***

## ヘルスケアポータルへ移動

{% hint style="danger" %}
Command にログインする必要があります **前に** Guest のヘルスケアポータルにアクセスできます。
{% endhint %}

〜から [ヘルスケアポータルから、](https://command.verkada.com/healthcare) Guest ユーザーは、サインインし、患者および部署の来訪者の詳細ログを確認し、患者を表示できます。Guest ユーザーは、場所メニューからサイトとチェックポイントを切り替えられます：

<div align="left" data-with-frame="true"><img src="/files/2daa61856c2eeca4cc55e01e0e16f57930a64c64" alt=""></div>

### タブレットを接続する

来訪者をサインインするには、Guest ユーザーはヘルスケアポータルからタブレットに接続する必要があります。

{% hint style="danger" %}
タブレットをヘルスケアポータルに接続する前に、そのタブレットをサイトに追加する必要があります。
{% endhint %}

{% stepper %}
{% step %}
**次へ移動** [**医療ポータル**](https://command.verkada.com/healthcare)**.**
{% endstep %}

{% step %}
**右上のタブレットボタンをクリックします**
{% endstep %}

{% step %}
**目的のタブレットを選択します。**

<div align="left" data-with-frame="true"><img src="/files/7b5a4cef613843bc49222f6100d9120edb266285" alt=""></div>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
一度にタブレットに接続できる Guest ユーザーは 1 人のみです。
{% endhint %}

***

### 来訪者のサインイン

* Guest ユーザーは、クリックすることでサインイン手続きを開始できます **新しいゲスト** 右上に。
* Guest ユーザーは、ID をスキャンしたり連絡先情報を入力したりせずに未成年者をサインインできます。未成年者をサインインするには、右上のドロップダウンをクリックして次を選択します **未成年者をサインイン**.

参照 [入院患者の来訪者サインイン](/guest/ja/yi-liao/inpatient-visitor-sign-in.md) 詳細については。

### 検索

Guest ユーザーは、検索バーを使用して、単一サイト内の次の種類の人を見つけることができます:

* 現在の来訪者
* 過去の来訪者
* 現在の患者

来訪者は名前で検索できます。患者は名前または部屋番号で検索できます。機密患者は名前または部屋番号で検索でき、プライバシー保護のため検索結果では名前がぼかされます。

### 患者プロフィールを確認する

現在の患者にはヘルスケアポータル内にプロフィールがあり、所在地、現在の来訪者数、およびすべての来訪者の一覧が表示されます。

<div align="left" data-with-frame="true"><img src="/files/b518b87ede3aa8f45ba6ccf80358730564bf4ea4" alt=""></div>

患者ごとの許可済み来訪者リストおよび拒否済み来訪者リストは、患者プロフィールで管理できます。機密プロフィールでは、プライバシー保護のため患者名がぼかされます。

***

{% hint style="info" %}
**実際の動作を見てみませんか？** 次の [動画チュートリアルをご覧ください](https://www.youtube.com/watch?v=0D4soV-y7VE).
{% 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/use-the-guest-healthcare-portal.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.
