Skip to content

Commit 3af204d

Browse files
committed
fix readme example
1 parent d9c4c41 commit 3af204d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Then in the project folder run
2020
```mii_broad_consent_mapper % ./gradlew build```
2121

2222
to 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

2525
For tests you can run
2626
```mii_broad_consent_mapper % ./gradlew test```
2727

2828
For 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

0 commit comments

Comments
 (0)