Skip to content

Commit db6d291

Browse files
authored
Repairing sample CSV table in queues.md.
1 parent 1213a2e commit db6d291

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme/queues.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ queues/
77
```
88
There is currently only one format for the queue CSV line, here are the possible headers with a sample data set:
99

10-
|<sub>Uuid</sub> |<sub>Void/Retire</sub> |<sub>Name</sub> | <sub>Description</sub> | <sub>Service</sub> | <sub>Location</sub> | <sub>_order:1000</sub> |
11-
| - | - | - | - | - |
12-
|<sub>32176576-1652-4835-8736-826eb0237482</sub>|<sub></sub>| <sub>Clinical Consultation Queue</sub> | <sub>Consult Queue</sub> |<sub></sub>| <sub>Outpatient Service</sub>| <sub>Outpatient Clinic</sub>|
10+
| <sub>Uuid</sub> | <sub>Void/Retire</sub> | <sub>Name</sub> | <sub>Description</sub> | <sub>Service</sub> | <sub>Location</sub> |
11+
|--------------------------------------|-------------|-----------------------------|---------------|--------------------|--------------------|
12+
| <sub>32176576-1652-4835-8736-826eb0237482</sub> | | <sub>Clinical Consultation Queue</sub> | <sub>Consult Queue</sub> | <sub>Outpatient Service</sub> | <sub>Outpatient Clinic</sub>| |
1313

1414
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.
1515

1616
Let's review some important headers.
1717

1818
###### Header `Name` *(mandatory)*
1919
This is _not_ a localized header.
20-
<br/>The name is _not_ a secondary identifier to access a queue type. UUID must be provided for each Queue.
20+
<br/>The name is _not_ a secondary identifier to access a queue type. A UUID must be provided for each queue.
2121

2222
###### Header `Description`
23-
A description is optional and will populate the Queue description
23+
A description is optional and will populate the queue description
2424

2525
###### Header `Service`
26-
This is a reference (UUID, same as mapping or name) to an existing Concept that defines the service associated with this Queue
26+
This is a reference (UUID, same as mapping or name) to an existing concept that defines the service associated with this queue.
2727

2828
###### Header `Location`
29-
This is a reference (UUID or name) to an existing Location that defines the Location associated with this Queue
29+
This is a reference (UUID or name) to an existing location that defines the location associated with this queue.
3030

3131
#### Requirements
3232
* The [queue module](https://github.com/openmrs/openmrs-module-queue) must be installed

0 commit comments

Comments
 (0)