# Reception

The Receptionist requires a role called "Reception" which allows one to perform the following roles

## [Search for patient](/ugandaemr-documentation/patient-management/search_patient.md)

## [Register a patient](/ugandaemr-documentation/patient-management/patient_registration.md)

## [Edit patient demographics](/ugandaemr-documentation/patient-management/patient_registration.md)

## Check in patient

In Order to check in a patient, a patient the user with *"reception"* role must follow these steps 1. [Login](https://github.com/METS-Programme/ugandaemr-usermanual/tree/1fbbe0b2801ddccebeb5041ed0f406697a3b1f0a/login.md) with account that has [role](https://github.com/METS-Programme/ugandaemr-usermanual/tree/1fbbe0b2801ddccebeb5041ed0f406697a3b1f0a/point-of-care-poc/installation-and-configuration/roles.md) reception. This action will navigate you to the home screen. ![Home Screen](/files/-M4y-PCZG2VDOHqO_riC) 2. On the Home Screen Click on the *"Find patient record"* icon this will navigate you to the *"patient search"* page. ![Search Page](/files/uPu7sxhW5GsAmfGm035M) 3. In the search box provided, type patient names or identifier. This will show a drop down list of patient (s) who match the typed details. **Note:** In case you need guidelines on searching by fingerprint refer to [This Link](/ugandaemr-documentation/fingerprint/search_add_patient_fingerprint.md#search-by-fingerprint) ![Search Page](/files/5oUu2TgM0O5mZG6etklS) 4. In the the Action column in the search list on a patient item, click on the ![checkin icon](/files/hvfRZULDfXrhh2SM3A3F). This should show a check in dialogue popup ![Check in popup](/files/D111EC9efICCq3490QhS) By Default the Checkin popup has two fields

```
    a ) Entry Point. This is the Clinical point in which the patient has shown up at the health center for example HIV Clinic, OPD Clinic, MCh Clinic........
    b )  Next Service Point. This is whene you would like to send a petient to.
```

1. Select the Entry point and the Next Service point. This will show a checkin tocken print out which may be printed out and given to the patient.

   <img src="/files/7O9aGdPMHitl2hvCY6Xi" alt="Check in popup" data-size="original">

   At this moment the patient is checked in and in the queue you selected as the *"next service point"*
2. Repeat the process for all patients that must be checked in on that particular day.


---

# Agent Instructions: 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:

```
GET https://mets-programme.gitbook.io/ugandaemr-documentation/point-of-care/work-flows/reception.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
