Selaa lähdekoodia

Update README.md

Andrej Studen 4 vuotta sitten
vanhempi
commit
650f11b04a
1 muutettua tiedostoa jossa 9 lisäystä ja 3 poistoa
  1. 9 3
      README.md

+ 9 - 3
README.md

@@ -52,16 +52,21 @@ Finally, create the setup list. It should contain the fields in the image
 
 ![setup list][setupList]
 
-An example is shown in the next figure
+The list can have multiple entries, which are combined to constitute a logical form.
+The only programatical feature is that all entries should be completed before the 
+form is submitted for review. 
+An example entry is shown in the next figure
 
 ![setup list example][setupListExample]
 
-Set Query Name to the dataset list. Title can be any string. For a more complex layout, 
+For a new entry, set Query Name to the dataset list. Title can be any string. For a more complex layout, 
 the dataset might have a flag which indicates a sub-list, say list of medications. The name
 of the flag, which is a variable in the dataset, must be given as showFlag, the value
 where list is to be filled is the showFlagValue, and showQuery is the sublist query which will
 be shown. In our case, this three fields are to be set to a NONE String, which indicates that no sublist
-is required.
+is required. 
+~
+![setup list example with NONE][setupListExample1]
 
 [studyParameters]: img/studyParametersSnapshot.png
 [exampleList]: img/exampleListSnapshot.png
@@ -69,3 +74,4 @@ is required.
 [labkeyEnableModule]: https://www.labkey.org/Documentation/wiki-page.view?name=enableModuleInFolder
 [setupList]: img/setupList.png
 [setupListExample]: img/exampleSetupList.png
+[setupListExample1]: img/exampleSetupList1.png