Added an explanation about the cache.

live
Eric Hoekstra 1 year ago committed by Reinier Zwitserloot
parent 4ca23d5eb5
commit b535350b9a
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -3,7 +3,7 @@ get:
tags: tags:
- Quality of Care - Quality of Care
summary: Indicator, practice details summary: Indicator, practice details
description: Show per-practice details for each practice in a group for a specific indicator description: Show per-practice details for each practice in a group for a specific indicator.
parameters: parameters:
- name: setKey - name: setKey
in: path in: path

@ -91,6 +91,11 @@ properties:
- amplitude - amplitude
- population - population
- values - values
cache:
type: boolean
description: |-
If true, the indicator was retrieved from the API cache. The indicator is only retrieved from the cache if there is no recent calculation available in the database and if the indicator won't change anymore. This is the case when it was calculated with a reference date in the past and for which a certain period no new HIS-data is provided. The cached indicator reflects the indicator definition on the reference date. A cached indicator is not updated when the definition changes.
example: true
required: required:
- group - group
- key - key

Loading…
Cancel
Save