> 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/inpatient-visitor-sign-in.md).

# 의료용 게스트 유형으로 방문자 로그인

Healthcare Guest Types에는 체크인 중에 방문자와 프런트 데스크 팀원 모두가 포함됩니다. 프런트 데스크 팀원은 데스크톱에서 체크인을 시작하고, 방문자는 iPad에서 필요한 단계를 완료합니다. 그런 다음 프런트 데스크 팀원은 데스크톱에서 남은 직원용 단계를 마무리합니다.

***

## 로그인 절차

{% stepper %}
{% step %}
**방문자는 태블릿에서 로그인합니다. 이 절차는 다음 두 가지 방법으로 시작할 수 있습니다:**

a. **게스트 사용자:** 의료 포털의 오른쪽 상단에서 **새 방문자**.

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

b. **방문자:** 탭하세요 **재방문자는 여기를 탭하세요** 태블릿에서. **참고:** 이 버튼은 보조 체크포인트 태블릿에서는 사용할 수 없습니다.
{% endstep %}

{% step %}
**방문자: 태블릿에 신분증 또는 QR 코드를 제시합니다.**

{% hint style="info" %}
이 단계는 방문을 진행하는 게스트 사용자가 건너뛸 수 있습니다.
{% endhint %}
{% endstep %}

{% step %}
**게스트 사용자: 다음을 확인합니다.&#x20;*****성명*****&#x20;그리고&#x20;*****생년월일*****&#x20;이 완료되었고 정확한지 확인합니다.**

<div align="left" data-with-frame="true"><img src="/files/17ce78020e0ed196c31faacd90bc5f78901adb43" alt="" width="563"></div>
{% endstep %}

{% step %}
**게스트 사용자: 방문자의 연락처 정보를 추가합니다.**
{% endstep %}

{% step %}
**게스트 사용자: 입원 환자를 선택합니다.**
{% endstep %}

{% step %}
**게스트 사용자: 환자의 이름을 검색하여 선택합니다. 환자의 이름이나 병실 번호로 검색할 수 있습니다.**
{% endstep %}

{% step %}
**(선택 사항) 게스트 사용자: 방문자의 환자와의 관계를 선택합니다.**
{% endstep %}

{% step %}
**게스트 사용자: 다음을 클릭합니다.**
{% endstep %}
{% endstepper %}

***

## 대기

Healthcare Guest Type에 대해 활성화되어 있으면 보안 검사가 백그라운드에서 수행됩니다. 보안 검사가 완료되면 방문자가 **대기** 탭에 표시됩니다.

<div align="left" data-with-frame="true"><img src="/files/6f5f5b17e63268331217bd5cf3a59d331f5cffb4" alt="" width="563"></div>

방문자가 대기 중인 동안 게스트 사용자는 다음 작업을 수행할 수 있습니다:

* 환자에게 승인된 방문자 목록과 거부된 방문자 목록을 검토합니다.
* 현재 해당 환자를 방문 중으로 로그인한 방문자 수를 검토합니다.

{% hint style="warning" %}
이 수에는 다음에 있는 사람들의 방문자 계정은 포함되지 않습니다. **대기** 단계.
{% endhint %}

* 방문 메모를 추가합니다.
* 방문자를 보호자로 표시합니다. 이 항목을 선택하면 방문자의 배지에 **보호자** 표시가 포함됩니다.

***

## 체크인 완료

체크인을 완료하는 방법은 3가지입니다. 게스트 사용자는 다음을 수행할 수 있습니다:

* 방문자를 체크인합니다. 방문자는 배지가 인쇄될 수 있으며 현재 해당 환자를 방문 중인 것으로 집계됩니다.
* 방문을 취소합니다.
* 입장을 거부합니다.

***

## 확인

입원 환자 방문자는 올바른 위치에 있는지 확인하기 위해 도착 부서 또는 진료 지점에서 심사를 받을 수 있습니다. 참조 [Healthcare Visitor Verification](/guest/ko/healthcare/healthcare-visitor-verification.md) 에서 자세한 내용을 확인하세요.


---

# 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/inpatient-visitor-sign-in.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.
