mirror of https://github.com/samply/bridgehead.git
Export and QB Curl templates
This commit is contained in:
parent
e8dba5bc41
commit
4f024c8ad4
|
@ -0,0 +1,6 @@
|
||||||
|
# Full Excel Export
|
||||||
|
curl --location --request POST 'https://${HOST}/ccp-exporter/request?query=Patient&query-format=FHIR_QUERY&template-id=ccp&output-format=EXCEL' \
|
||||||
|
--header 'x-api-key: ${EXPORT_API_KEY}'
|
||||||
|
|
||||||
|
# QB
|
||||||
|
curl --location --request POST 'https://${HOST}/ccp-reporter/generate?template-id=ccp'
|
Loading…
Reference in New Issue