From db6d291b07266b361f73e7f4a55c5d2da8de5519 Mon Sep 17 00:00:00 2001 From: Dimitri R Date: Fri, 13 Oct 2023 18:23:17 +0200 Subject: [PATCH] Repairing sample CSV table in queues.md. --- readme/queues.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme/queues.md b/readme/queues.md index d8559b8d..95b8ce5c 100644 --- a/readme/queues.md +++ b/readme/queues.md @@ -7,9 +7,9 @@ queues/ ``` There is currently only one format for the queue CSV line, here are the possible headers with a sample data set: -|Uuid |Void/Retire |Name | Description | Service | Location | _order:1000 | -| - | - | - | - | - | -|32176576-1652-4835-8736-826eb0237482|| Clinical Consultation Queue | Consult Queue || Outpatient Service| Outpatient Clinic| +| Uuid | Void/Retire | Name | Description | Service | Location | +|--------------------------------------|-------------|-----------------------------|---------------|--------------------|--------------------| +| 32176576-1652-4835-8736-826eb0237482 | | Clinical Consultation Queue | Consult Queue | Outpatient Service | Outpatient Clinic| | Headers that start with an underscore such as `_order:1000` are metadata headers. The values in the columns under those headers are never read by the CSV parser. @@ -17,16 +17,16 @@ Let's review some important headers. ###### Header `Name` *(mandatory)* This is _not_ a localized header. -
The name is _not_ a secondary identifier to access a queue type. UUID must be provided for each Queue. +
The name is _not_ a secondary identifier to access a queue type. A UUID must be provided for each queue. ###### Header `Description` -A description is optional and will populate the Queue description +A description is optional and will populate the queue description ###### Header `Service` -This is a reference (UUID, same as mapping or name) to an existing Concept that defines the service associated with this Queue +This is a reference (UUID, same as mapping or name) to an existing concept that defines the service associated with this queue. ###### Header `Location` -This is a reference (UUID or name) to an existing Location that defines the Location associated with this Queue +This is a reference (UUID or name) to an existing location that defines the location associated with this queue. #### Requirements * The [queue module](https://github.com/openmrs/openmrs-module-queue) must be installed