|
@@ -0,0 +1,25 @@
|
|
|
|
+### Setup
|
|
|
|
+
|
|
|
|
+CRFs are always part of a study. So, create study as you would normally do.
|
|
|
|
+
|
|
|
|
+Once you do, you should enable CRF module.
|
|
|
|
+See [LabKey documentation][labkeyEnableModule] on how to enable a module.
|
|
|
|
+
|
|
|
|
+In Study setup, select Edit additional properties. New fields should be:
|
|
|
|
+- EudraCTNumber,
|
|
|
|
+- StudySponsor,
|
|
|
|
+- StudyCoordinator,
|
|
|
|
+- RegulatoryNumber,
|
|
|
|
+all as strings. It should look like this
|
|
|
|
+
|
|
|
|
+![Alt text][studyParameters]
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+The initial set of setup lists is part of the distribution. Copy
|
|
|
|
+[archive][listArchive] locally
|
|
|
|
+and import list archive to Labkey in the study. You will get list of lists by
|
|
|
|
+clicking on setup wheel at the top of the screen and selecting Manage lists.
|
|
|
|
+
|
|
|
|
+[studyParameters]: img/studyParametersSnapshot.png
|
|
|
|
+[listArchive]: setup/initialLists.zip
|
|
|
|
+[labkeyEnableModule]: https://www.labkey.org/Documentation/wiki-page.view?name=enableModuleInFolder
|