endpoint table antrian per subspesialis

This commit is contained in:
renaldybrada
2026-02-12 09:02:09 +07:00
parent 7f917377ea
commit 99733127d2
7 changed files with 281 additions and 0 deletions
+44
View File
@@ -259,6 +259,23 @@ definitions:
tunda:
type: integer
type: object
dashboard.TableAntreanPerSubSpesialis:
properties:
batal:
type: integer
belum:
type: integer
selesai:
type: integer
spesialis:
type: string
subSpesialis:
type: string
total:
type: integer
tunda:
type: integer
type: object
diagnosa.DiagnosaResponse:
properties:
keterangan:
@@ -634,6 +651,33 @@ paths:
summary: Get Table Antrian per Spesialis
tags:
- Dashboard
/dashboard/table-antrian-per-subspesialis/:
get:
parameters:
- description: tahun dalam int
in: query
name: year
required: true
type: integer
- description: bulan dalam int
in: query
name: month
required: true
type: integer
responses:
"200":
description: OK
schema:
items:
$ref: '#/definitions/dashboard.TableAntreanPerSubSpesialis'
type: array
"500":
description: Internal Server Error
schema:
$ref: '#/definitions/shared.BaseErrorResponse'
summary: Get Table Antrian per Sub Spesialis
tags:
- Dashboard
/reference/diagnosa/:
get:
parameters: