API dashboard antrian per spesialis
This commit is contained in:
No files matched your search
@@ -158,6 +158,28 @@ definitions:
|
||||
kategori:
|
||||
type: string
|
||||
type: object
|
||||
dashboard.AntrianPerSpesialisResponse:
|
||||
properties:
|
||||
idSpesialis:
|
||||
type: integer
|
||||
jmlAntrian:
|
||||
type: integer
|
||||
spesialis:
|
||||
type: string
|
||||
subSpesialis:
|
||||
items:
|
||||
$ref: '#/definitions/dashboard.AntrianPerSubSpesialisResponse'
|
||||
type: array
|
||||
type: object
|
||||
dashboard.AntrianPerSubSpesialisResponse:
|
||||
properties:
|
||||
idSubSpesialis:
|
||||
type: integer
|
||||
jmlAntrian:
|
||||
type: integer
|
||||
subSpesialis:
|
||||
type: string
|
||||
type: object
|
||||
diagnosa.DiagnosaResponse:
|
||||
properties:
|
||||
keterangan:
|
||||
@@ -375,6 +397,22 @@ paths:
|
||||
summary: Get Antrian Per Kategori
|
||||
tags:
|
||||
- Dashboard
|
||||
/dashboard/antrian-per-spesialis/:
|
||||
get:
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
schema:
|
||||
items:
|
||||
$ref: '#/definitions/dashboard.AntrianPerSpesialisResponse'
|
||||
type: array
|
||||
"500":
|
||||
description: Internal Server Error
|
||||
schema:
|
||||
$ref: '#/definitions/shared.BaseErrorResponse'
|
||||
summary: Get Antrian Per Spesialis
|
||||
tags:
|
||||
- Dashboard
|
||||
/reference/diagnosa/:
|
||||
get:
|
||||
parameters:
|
||||
|
||||
Reference in New Issue
Block a user