Skip to content

Commit

Permalink
Add a debug config for modelinfo (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed May 1, 2023
1 parent 678a468 commit 18eb2e2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ src/main/resources/org/opencds/cqf/tooling/acceleratorkit/output/*
FHIR-Spec/*
.flattened-pom.xml

output

core.*
javacore.*
jitdump.*
Expand Down
17 changes: 10 additions & 7 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,19 @@
},
{
"type": "java",
"name": "PostBundles to Fhir Uri",
"name": "Generate ModelInfo",
"request": "launch",
"mainClass": "jreyno77.com.github.Main",
"mainClass": "org.opencds.cqf.tooling.cli.Main",
"projectName": "tooling-cli",
"args": [
"-PostBundlesInDir",
"-dp=../hedis-ig-r4/bundles/MRP-FHIR/MRP-FHIR-files",
"-fs=http:https://localhost:8080/cqf-ruler-r4/fhir",
"-fv=fhir4",
"-e=json"
"-GenerateMIs",
"-ip=../HL7/FHIR-Spec",
"-rp=4.0.1;US-Core/3.1.1;QI-Core/4.1.1",
"-mn=QICore",
"-mv=4.1.1",
"-im=true",
"-ucp=true",
"-op=./output/modelinfo"
]
}
]
Expand Down

0 comments on commit 18eb2e2

Please sign in to comment.