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

# 의료 방문자 확인

여러 부서가 있는 의료 시설은 방문객이 환자가 치료를 받고 있는 부서만 방문하도록 하기 위해 방문객 접근을 제한해야 할 수 있습니다. 확인용으로 지정된 태블릿을 사용하면 방문객이 하나 이상의 부서에 대해 허가를 받았는지 확인하는 데 도움이 됩니다.

***

### 사전 요구 사항

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

{% hint style="danger" %}
한 방문객은 **반드시 체크인해야 합니다** 확인 전에. 재방문 방문객은 먼저 체크인하지 않으면 2차 체크포인트에서 성공적으로 확인할 수 없습니다.
{% endhint %}

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

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

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

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

***

## 방문객 확인

확인은 항상 직원이 시작합니다. 직원은 방문객을 다음 2가지 방법으로 확인할 수 있습니다:

{% 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" %}
방문객이 확인을 시도하지만 다음의 환자를 면회 중인 경우 **2차 체크포인트 범위 밖의 부서에 있는**, 방문객을 안내하는 직원에게 방문객이 다른 위치에 있어야 한다는 알림이 표시됩니다. 방문객은 확인할 수 없습니다.
{% endhint %}

***

## 자주 묻는 질문

<details>

<summary>재방문 방문객이 2차 체크포인트에서 체크인할 수 있나요?</summary>

예, 방문객은 2차 체크포인트에서 체크인할 수 있습니다. 2차 체크포인트에서 방문객을 체크인하려면:

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

</details>

<details>

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

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

</details>

<details>

<summary>2차 체크포인트에서 배지를 다시 인쇄할 수 있나요?</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.
