File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ Then in the project folder run
2020``` mii_broad_consent_mapper % ./gradlew build ```
2121
2222to generate a MII Broad Consent document from the output of a REDCap form you can run for example
23- ``` mii_broad_consent_mapper % ./gradlew run --args='--date_of_birth=12.12. 2010 --redcap_formular=src/test/resources/redcap_formular.txt --output=tst.json' ```
23+ ``` mii_broad_consent_mapper % ./gradlew run --args='--date_of_birth=12.2010 --redcap_formular=src/test/resources/redcap_formular.txt --output=tst.json' ```
2424
2525For tests you can run
2626``` mii_broad_consent_mapper % ./gradlew test ```
2727
2828For example you can run
2929
30- ``` de.ukt.mvh.CLIConsentMapperOlderMinors_1_7_2 --date_of_birth=12.12. 2010 --date_of_consent=04.07.2025 -o outfileOlderMinors.json --consent_pat_data_1=true --consent_insurance_data_2=true --consent_contact_5=false ```
30+ ``` de.ukt.mvh.CLIConsentMapperOlderMinors_1_7_2 --date_of_birth=12.2010 --date_of_consent=04.07.2025 -o outfileOlderMinors.json --consent_pat_data_1=true --consent_insurance_data_2=true --consent_contact_5=false ```
3131
3232
3333
You can’t perform that action at this time.
0 commit comments