mirror of https://github.com/samply/bridgehead.git
7 lines
326 B
Plaintext
7 lines
326 B
Plaintext
# Full Excel Export
|
|
curl --location --request POST 'https://${HOST}/${PROJECT}-exporter/request?query=Patient&query-format=FHIR_PATH&template-id=${PROJECT}&output-format=EXCEL' \
|
|
--header 'x-api-key: ${EXPORT_API_KEY}'
|
|
|
|
# QB
|
|
curl --location --request POST 'https://${HOST}/${PROJECT}-reporter/generate?template-id=${PROJECT}'
|