|
|
|
|
@ -14,7 +14,7 @@ get:
|
|
|
|
|
description: End of the period (excluding) to analyze.
|
|
|
|
|
schema:
|
|
|
|
|
$ref: ../schemas/date.yaml
|
|
|
|
|
- name: doctorAgbCodes
|
|
|
|
|
- name: gpAgbs
|
|
|
|
|
in: query
|
|
|
|
|
description: |-
|
|
|
|
|
If present, restrict report to patients registered to any of the GP AGBs listed here.
|
|
|
|
|
@ -23,8 +23,8 @@ get:
|
|
|
|
|
schema:
|
|
|
|
|
type: array
|
|
|
|
|
items:
|
|
|
|
|
- name: doctorCodes
|
|
|
|
|
type: integer
|
|
|
|
|
- name: gpMemocodes
|
|
|
|
|
in: query
|
|
|
|
|
description: |-
|
|
|
|
|
If present, restrict report to patients registered to any of the GPs listed here; list the memocode as used in the GP Information System.
|
|
|
|
|
|