You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
15
15
16
16
Let's review some important headers.
17
17
18
18
###### Header `Name`*(mandatory)*
19
19
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.
21
21
22
22
###### Header `Description`
23
-
A description is optional and will populate the Queue description
23
+
A description is optional and will populate the queue description
24
24
25
25
###### 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.
27
27
28
28
###### 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.
30
30
31
31
#### Requirements
32
32
* The [queue module](https://github.com/openmrs/openmrs-module-queue) must be installed
0 commit comments