API dashboard antrian per spesialis

This commit is contained in:
renaldybrada
2026-02-06 07:56:21 +07:00
parent 53242ae2ff
commit f230f0a6cc
7 changed files with 308 additions and 0 deletions

No files matched your search

+38
View File
@@ -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: