-
Notifications
You must be signed in to change notification settings - Fork 6
Stand Alone Validation v0.6.0
Hauke Hund edited this page Jul 12, 2022
·
1 revision
ToDo additional config options (Cache location, Proxy server), description of behavior and result format.
- The validation tool requires Java 11 to run
- Unzip codex-process-data-transfer-validator-0.6.0.zip (79MB)
- Edit application.properties with location of DFN client certificate and private-key
Default:client_certificate.pem
andclient_private-key.pem
in execution folder - Edit appplication.properties with private key password if private key is encrypted
- Execute validation tool, provide filenames to single FHIR resources or bundles as
.json
or.xml
files as parameters (1 or more, space separated)
Unix (one line):
java -cp lib/*:codex-process-data-transfer-0.6.0.jar
de.netzwerk_universitaetsmedizin.codex.processes.data_transfer.validation.ValidationMain <file ...>
Windows (one line):
java -cp lib/*;codex-process-data-transfer-0.6.0.jar
de.netzwerk_universitaetsmedizin.codex.processes.data_transfer.validation.ValidationMain <file ...>
The validation tool logs to System.err
and writes validation results to System.out
.