... | ... | @@ -14,7 +14,31 @@ Clicking on the row opens an entry for editing. |
|
|
|
|
|
 — operation button also allow editing, as well as archiving of an element.
|
|
|
|
|
|
Catalog entry is never deleted, instead it is only marked as inactive and gets hidden from the view.
|
|
|
Catalog entry is never deleted, instead it is only marked as archived and gets hidden from the view. They are shown on "Show archived" check-box in the top section of catalog page. 
|
|
|
|
|
|
Archived rows are highlighted red and only have one control button - restore  . On clicking this button, confirm message is shown above this row:
|
|
|
|
|
|

|
|
|
|
|
|
If OK - row is restored, if not - remains archived.
|
|
|
|
|
|
# Identifiers
|
|
|
|
|
|
<span dir="">Identifiers</span> are multi-entry data that can be saved for each payer. Row can be removed if not needed.
|
|
|
|
|
|
They can be used in different catalogs, for now they are added to:
|
|
|
|
|
|
* Payer
|
|
|
* Ward
|
|
|
|
|
|
<div>
|
|
|
|
|
|
<span dir=""></span>
|
|
|
|
|
|
</div>* **<span dir="">Identifier Name</span>** - text field, required.
|
|
|
* **<span dir="">Identifier</span> Value** - text field, required.
|
|
|
|
|
|
They are used for technical purposes, linking catalog values with their identifiers in external systems. This values should only be entered or edited by user that knows where each identifier is used in the application.
|
|
|
|
|
|
## Existing catalogs
|
|
|
|
... | ... | @@ -75,11 +99,14 @@ Can be selected in each admission in "Admission Data" section — "Referring Org |
|
|
|
|
|
Activities can be added to each admission in "Admission Data" section — these catalog's entries can be selected in "Payer" column. Depending on "<span dir="">Require Guarantee Letter</span>" for particular entry — additional fields for activity could be disabled or enabled.
|
|
|
|
|
|

|
|
|
Payers are also used in [OpenMRS pathology samples process](https://gitlab.tools.gbooking.ru/adt/adt-wiki/-/wikis/%5BOpenMRS%5D-Pathology-samples#biopsy-module) to define the default lab of the activity.
|
|
|
|
|
|

|
|
|
|
|
|
* **Name** — text field, required.
|
|
|
* **Price list** — select list, required. Possible values — existing price lists.
|
|
|
* **Require Guarantee Letter** — Yes/No checkbox, required.
|
|
|
* **Laboratory** - select list, optional. Possible values are active "Laboratory" catalog entries. Defines the laboratory that will be selected as default if this payer is paying for the activity.
|
|
|
|
|
|
### <span dir="">Visit Reason</span>
|
|
|
|
... | ... | @@ -98,6 +125,21 @@ Activities can be added to each admission in "Admission Data" section — these |
|
|
* **Name** — text field, required.
|
|
|
* **Code** — text field, optional. This field is currently used to link the system with external systems.
|
|
|
|
|
|
### Laboratory
|
|
|
|
|
|
Laboratories are used in [OpenMRS in pathology samples process](https://gitlab.tools.gbooking.ru/adt/adt-wiki/-/wikis/%5BOpenMRS%5D-Pathology-samples#pathology-samples-process). They are also a part of [Payer catalog](https://gitlab.tools.gbooking.ru/adt/adt-wiki/-/wikis/%5BADT%5D-Catalogs-and-price-lists#payer).
|
|
|
|
|
|
Laboratory catalog has a catalog-level field: **Default Laboratory**. It's available on the top of the catalog page, it's a select list field with all non-archived laboratories (+ previously selected one even if it is achieved). If the value is changed - "Update Default" button turns blue and active.
|
|
|
|
|
|
Default laboratory is used to define application-level default lab if payer doesn't have one.
|
|
|
|
|
|

|
|
|
|
|
|

|
|
|
|
|
|
* **Name** - text field, required.
|
|
|
* **Sample Number Prefix** - number field, required. All non-digit symbols will be cleared on enter. Prefix is used in pathology samples process for generating number for each sample. [See here](https://gitlab.tools.gbooking.ru/adt/adt-wiki/-/wikis/%5BOpenMRS%5D-Pathology-samples#generate-sample-numbers).
|
|
|
|
|
|
## Price lists
|
|
|
|
|
|
The list of price lists is a simple catalog.
|
... | ... | |