> 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/healthcare-visitor-verification.md).

# 의료 방문자 확인

여러 부서가 있는 의료기관은 방문자가 자신의 환자가 치료받는 부서만 방문하도록 하기 위해 방문자 출입을 제한해야 할 수 있습니다. 확인용으로 지정된 태블릿을 사용하면 방문자가 하나 이상의 부서에 대해 권한이 있는지 확인하는 데 도움이 됩니다.

***

### 사전 요건

확인은 보조 [체크포인트에서](/guest/ko/healthcare/manage-departments-and-checkpoints.md) 확인하기 위해 **입원 환자** 방문자. 확인을 위해 방문자는 체크포인트 태블릿에 자신의 QR 코드를 제시해야 합니다.

{% hint style="danger" %}
방문자 **체크인해야 합니다** 확인 전에. 재방문자는 먼저 체크인하지 않으면 보조 체크포인트에서 확인을 완료할 수 없습니다.
{% endhint %}

방문자를 확인하기 전에 직원은 다음을 수행해야 합니다:

{% stepper %}
{% step %}
**다음으로 이동합니다:** [**의료 포털**](https://command.verkada.com/healthcare)**.**
{% endstep %}

{% step %}
**배치된 보조 체크포인트를 선택합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 태블릿 버튼을 클릭한 다음 원하는 태블릿을 선택합니다.**
{% endstep %}
{% endstepper %}

***

## 방문자 확인

확인은 항상 직원이 시작합니다. 직원은 방문자를 확인하는 두 가지 방법을 선택할 수 있습니다:

{% stepper %}
{% step %}
**오른쪽 상단에서 확인을 클릭한 후 방문자에게 QR 코드를 제시하게 합니다.**

<div align="left" data-with-frame="true"><figure><img src="/files/6ee67da683c44f8f1974c44b465294a7a69ee133" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**체크포인트의 방문 기록에서 방문자를 선택합니다.**
{% endstep %}
{% endstepper %}

방문자를 확인할 때 직원은 다음을 포함한 중요한 방문 세부 정보를 검토할 수 있습니다:

* 방문객이 만나려는 환자가 체크포인트에 포함된 부서에 있는지 여부.
* 현재 체크인되어 있으며 해당 환자를 볼 수 있도록 확인된 방문자 수.
* 환자의 병실 번호.

{% hint style="danger" %}
방문자가 확인을 시도하지만 다음에 있는 환자를 방문 중인 경우 **보조 체크포인트 범위를 벗어난 부서**직원은 해당 방문자가 다른 위치에 있어야 한다는 알림을 받게 됩니다. 방문자는 확인할 수 없습니다.
{% endhint %}

***

## 자주 묻는 질문

<details>

<summary>재방문자가 보조 체크포인트에서 체크인할 수 있나요?</summary>

예, 방문자는 보조 체크포인트에서 체크인할 수 있습니다. 보조 체크포인트에서 방문객을 체크인하려면:

* 의료 포털 왼쪽 상단의 드롭다운을 클릭합니다.
* 새 방문객을 선택한 다음 방문객 유형을 선택합니다.

</details>

<details>

<summary>재방문자가 체크인하지 않고 확인 중에 QR 코드를 제시할 수 있나요?</summary>

아니요, 재방문자는 체크인하지 않으면 체크포인트에서 확인할 수 없습니다.

</details>

<details>

<summary>보조 체크포인트에서 배지를 다시 인쇄할 수 있나요?</summary>

예, 체크포인트에서 사용되는 태블릿 중 하나에 프린터가 연결되어 있는 한 배지를 다시 인쇄할 수 있습니다.

</details>


---

# 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/healthcare-visitor-verification.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.
