-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create validateStructureMap command * Add parseCompositionFile function * Add a function that parses the composition file * Update the QRgeneration and call it from validateStructureMap command * Add a folder for saving the QRs * Fix failing Validation test class * Add structueMap validation against QRs * Remove default values for SM command * Add extractedResources sub folder * Add the extractedResources from the bundle to the directory * Add validation code for the project * Fix spotless * Fix failing path * Add FctValidation for questionnaireToStructureMapId Mapping * Add test cases for validateStructureMap * Use questionnaireProcessor * Update validate Structuremap for project * Finalize tests * Add documentation * Fix structureMap path --------- Co-authored-by: sharon2719 <[email protected]> Co-authored-by: Sharon Akinyi <[email protected]>
- Loading branch information
1 parent
6493f4c
commit a70d0cb
Showing
9 changed files
with
693 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,5 @@ fhircore-tooling.iml | |
# build files | ||
bin | ||
target | ||
|
||
generatedResources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.