> 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/manage-departments-and-checkpoints.md).

# 부서 및 체크포인트 관리

## 부서

Verkada에서는 EMR의 부서 또는 진료 지점을 **부서**. 부서는 적절한 환자가 해당 사이트에서 이용 가능하도록 Guest 사이트에 매핑되어야 합니다.

### 부서를 사이트에 매핑

부서는 하나의 Verkada Guest 사이트에만 매핑될 수 있습니다.

{% hint style="danger" %}
사용자는 반드시 **Org Admin** 부서를 사이트에 매핑하려면.
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Workplace > Guest로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 Guest Settings를 클릭합니다.**
{% endstep %}

{% step %}
**상단에서 사이트를 선택하고 드롭다운을 사용해 사이트를 선택합니다.**
{% endstep %}

{% step %}
**Healthcare > 부서 선택을 선택합니다.**
{% endstep %}

{% step %}
**사이트와 연결할 부서(들)를 선택합니다.**
{% endstep %}

{% step %}
**저장하려면 클릭합니다.**
{% endstep %}
{% endstepper %}

### 부서 표시 이름 추가

에 표시되는 부서 이름은 **부서 선택** 메뉴는 EMR의 부서 코드를 나타냅니다. 조직은 **표시 이름** 각 부서에 대해 직원이 더 직관적으로 이해할 수 있는 이름을 추가할 수 있습니다.

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Workplace > Guest로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 Guest Settings를 클릭합니다.**
{% endstep %}

{% step %}
**상단에서 사이트를 선택하고 드롭다운을 사용해 사이트를 선택합니다.**
{% endstep %}

{% step %}
**Healthcare > 부서 선택을 선택합니다.**
{% endstep %}

{% step %}
**부서 위에 마우스를 올리고 표시 이름 추가를 선택합니다.**

a. 고유한 이름을 입력합니다.\
b. 키보드에서 Enter 키를 눌러 저장합니다.
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
부서를 사용할 수 있으려면 해당 부서에 표시 이름을 추가해야 합니다. **외래** 진료.
{% endhint %}

***

## 체크포인트

**체크포인트** Verkada Guest에서 구성된 객체로, 방문자 서비스가 배치된 물리적 공간을 나타냅니다. 체크포인트는 특정 스테이션이나 팀과 관련된 태블릿과 부서를 그룹화합니다. 체크포인트는 사이트별로 구성되며 하나 이상의 부서로 구성될 수 있습니다.

{% hint style="danger" %}
체크포인트를 관리하려면 Org Admin 권한이 필요합니다.
{% endhint %}

### 체크포인트 구성

체크포인트는 여러 부서로 구성될 수 있지만, 부서는 하나의 체크포인트에만 연결될 수 있습니다.

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Workplace > Guest로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 Guest Settings를 클릭합니다.**
{% endstep %}

{% step %}
**상단에서 사이트를 선택하고 드롭다운을 사용해 사이트를 선택합니다.**
{% endstep %}

{% step %}
**Healthcare > 체크포인트를 선택합니다.**

a. 클릭합니다 **체크포인트 추가**.\
b. 고유한 이름을 입력합니다.\
c. 키보드에서 Enter 키를 눌러 저장합니다.
{% endstep %}

{% step %}
**체크포인트 옆에서 연결할 부서를 선택합니다.**
{% endstep %}
{% endstepper %}

### 체크포인트 사용

{% stepper %}
{% step %}
**에서 체크포인트를 선택합니다.** [**의료 포털**](https://command.verkada.com/healthcare)**.**
{% endstep %}

{% step %}
**체크포인트에 할당된 각 부서를 방문할 것으로 예상되는 모든 방문자를 봅니다.**
{% endstep %}

{% step %}
[**확인**](/guest/ko/healthcare/healthcare-visitor-verification.md) **방문자가 체크포인트에 도착하면 확인합니다.**
{% endstep %}

{% step %}
**확인된 모든 방문자를 봅니다.**
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
사용자는 반드시 **Workplace Site Viewer** 체크포인트에서 방문자를 관리하려면 사이트의 역할이 필요합니다.
{% 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/manage-departments-and-checkpoints.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.
