Added birthMonth parameter to /qoc/checkupList

EH/population-statistics-authorisation
Eric Hoekstra 2 years ago
parent cd796f6955
commit 4b34dcd5c2

@ -19,6 +19,17 @@ get:
required: false
schema:
$ref: ../schemas/date.yaml
- name: birthMonth
in: query
description: |-
Restricts the patient list to those born in the specified month and those with no birthdate (rare case). The list of gp's is limited to those who are responsible to the patients in the restricted list. The initial calculation of the call-up list is not affected by the parameter.
If the parameter is omitted or specified outside its boundaries, then all patients are returned.
required: false
schema:
type: integer
minimum: 1
maximum: 12
- name: addr
in: query
required: false

Loading…
Cancel
Save