|
|
|
@ -148,6 +148,15 @@ components:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
schema:
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
|
|
|
|
DoctorCodes:
|
|
|
|
|
|
|
|
name: doctorCodes
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
description: Code of the doctor as known in the HIS.
|
|
|
|
|
|
|
|
example: AA,BZP,RZ,ECH
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: array
|
|
|
|
|
|
|
|
items:
|
|
|
|
|
|
|
|
$ref: schemas/med_dossier/Practitioner.yaml
|
|
|
|
responses:
|
|
|
|
responses:
|
|
|
|
ReqFailure:
|
|
|
|
ReqFailure:
|
|
|
|
description: The request isn't valid; for example, it is missing a required parameter.
|
|
|
|
description: The request isn't valid; for example, it is missing a required parameter.
|
|
|
|
|