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
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This REDCap module hides and shows instruments based on the values of REDCap for
8
8
9
9
The original use case of this tool was to facilitate a data entry workflow specific to acute brain injury diagnoses, but the tool is generalized to support the hiding (and showing) of any number of forms based on a field value. Multiple control fields can be defined to control the display of non-overlapping sets of forms. Here is an example based loosely on a multi-site trial:
10
10
11
-

11
+

12
12
13
13
See the original functional specification at [https://docs.google.com/document/d/1Ej7vCNpKOrC6X9KVpkZkHeY0v2VqQXrjuMIBQtbj1bw/edit#](https://docs.google.com/document/d/1Ej7vCNpKOrC6X9KVpkZkHeY0v2VqQXrjuMIBQtbj1bw/edit) for functional details.
<ODMxmlns="http://www.cdisc.org/ns/odm/v1.3"xmlns:ds="http://www.w3.org/2000/09/xmldsig#"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:redcap="https://projectredcap.org"xsi:schemaLocation="http://www.cdisc.org/ns/odm/v1.3 schema/odm/ODM1-3-1.xsd"ODMVersion="1.3.1"FileOID="000-00-0000"FileType="Snapshot"Description="FRSL test 2 with all repeat"AsOfDateTime="2020-03-20T16:19:43"CreationDateTime="2020-03-20T16:19:43"SourceSystem="REDCap"SourceSystemVersion="9.7.0">
3
+
<StudyOID="Project.FRSLTest2WithAllRepeat">
4
+
<GlobalVariables>
5
+
<StudyName>FRSL test 2 with all repeat</StudyName>
6
+
<StudyDescription>This file contains the metadata, events, and data for REDCap project "FRSL test 2 with all repeat".</StudyDescription>
7
+
<ProtocolName>FRSL test 2 with all repeat</ProtocolName>
<Question><TranslatedText>How old are you?</TranslatedText></Question>
79
+
<RangeCheckComparator="GE"SoftHard="Soft">
80
+
<CheckValue>0</CheckValue>
81
+
<ErrorMessage><TranslatedText>The value you provided is outside the suggested range. (0 - 120). This value is admissible, but you may wish to double check it.</TranslatedText></ErrorMessage>
82
+
</RangeCheck>
83
+
<RangeCheckComparator="LE"SoftHard="Soft">
84
+
<CheckValue>120</CheckValue>
85
+
<ErrorMessage><TranslatedText>The value you provided is outside the suggested range. (0 - 120). This value is admissible, but you may wish to double check it.</TranslatedText></ErrorMessage>
0 commit comments