feature: add exporter to cce

This commit is contained in:
p.delpy@dkfz-heidelberg.de
2025-03-10 08:36:47 +01:00
parent e396e00178
commit b074b865cd
3 changed files with 86 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Full Excel Export
curl --location --request POST 'https://${HOST}/cce-exporter/request?query=Patient&query-format=FHIR_PATH&template-id=ccp&output-format=EXCEL' \
--header 'x-api-key: ${EXPORT_API_KEY}'
# QB
curl --location --request POST 'https://${HOST}/cce-reporter/generate?template-id=ccp'