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

# 게스트 의료 포털 사용

Guest의 의료 포털은 환자 및 부서 방문자 관리를 돕습니다. 이 페이지에서 Guest 사용자는 여러 사이트의 방문자와 환자를 검토할 수 있습니다.

{% hint style="warning" %}
적어도 **Workplace Site Viewer** 다음 조건을 갖춘 Guest 사이트의 [부서](/guest/ko/healthcare/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/80680f2b88b0fdbb71d4345e34e3215abc764191" 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/f584fa3f77991ab5e51837263897867d942d7271" alt=""></div>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
한 번에 한 명의 Guest 사용자만 태블릿에 연결할 수 있습니다.
{% endhint %}

***

### 방문자 체크인

* Guest 사용자는 다음을 클릭하여 체크인 절차를 시작할 수 있습니다 **새 게스트** 오른쪽 상단에서.
* Guest 사용자는 신분증을 스캔하거나 연락처 정보를 입력하지 않고도 미성년자를 체크인할 수 있습니다. 미성년자를 체크인하려면 오른쪽 상단의 드롭다운을 클릭하고 다음을 선택하세요 **미성년자 체크인**.

참조 [입원 환자 방문자 체크인](/guest/ko/healthcare/inpatient-visitor-sign-in.md) 자세한 내용은

### 검색

Guest 사용자는 검색창을 사용하여 한 사이트에서 다음 유형의 사람을 찾을 수 있습니다:

* 현재 방문자
* 이전 방문자
* 현재 환자

방문자는 이름으로 검색할 수 있습니다. 환자는 이름 또는 병실 번호로 검색할 수 있습니다. 비공개 환자는 이름 또는 병실 번호로 검색할 수 있으며, 개인정보 보호를 위해 검색 결과에서 이름이 흐리게 표시됩니다.

### 환자 프로필 검토

현재 환자는 의료 포털에 프로필이 있으며, 여기에는 위치, 현재 방문자 수, 모든 방문자 목록이 표시됩니다.

<div align="left" data-with-frame="true"><img src="/files/7ca9596e4a8ccd2c8526269111ff698eca363cb7" 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/ko/healthcare/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.
