> 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.
