API dashboard perbandingan jumlah status antrian
This commit is contained in:
@@ -81,6 +81,9 @@ definitions:
|
||||
alamat:
|
||||
type: string
|
||||
jenisKelamin:
|
||||
enum:
|
||||
- L
|
||||
- P
|
||||
type: string
|
||||
namaPasien:
|
||||
type: string
|
||||
@@ -98,6 +101,10 @@ definitions:
|
||||
umur:
|
||||
type: string
|
||||
required:
|
||||
- jenisKelamin
|
||||
- namaPasien
|
||||
- noKtp
|
||||
- noRekamMedis
|
||||
- nomorTelepon
|
||||
type: object
|
||||
antrianoperasi.PasienOperasi:
|
||||
@@ -164,9 +171,16 @@ definitions:
|
||||
keteranganStatus:
|
||||
type: string
|
||||
statusOperasi:
|
||||
enum:
|
||||
- "1"
|
||||
- "2"
|
||||
- "3"
|
||||
- "4"
|
||||
type: string
|
||||
tanggalSelesai:
|
||||
type: string
|
||||
required:
|
||||
- statusOperasi
|
||||
type: object
|
||||
antrianoperasi.TindakanItemRequest:
|
||||
properties:
|
||||
@@ -212,6 +226,15 @@ definitions:
|
||||
subSpesialis:
|
||||
type: string
|
||||
type: object
|
||||
dashboard.PerbandinganStatusAntreanResponse:
|
||||
properties:
|
||||
idStatus:
|
||||
type: integer
|
||||
jumlah:
|
||||
type: integer
|
||||
status:
|
||||
type: string
|
||||
type: object
|
||||
diagnosa.DiagnosaResponse:
|
||||
properties:
|
||||
keterangan:
|
||||
@@ -485,6 +508,33 @@ paths:
|
||||
summary: Get Antrian Per Spesialis
|
||||
tags:
|
||||
- Dashboard
|
||||
/dashboard/perbandingan-status-antrian/:
|
||||
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.PerbandinganStatusAntreanResponse'
|
||||
type: array
|
||||
"500":
|
||||
description: Internal Server Error
|
||||
schema:
|
||||
$ref: '#/definitions/shared.BaseErrorResponse'
|
||||
summary: Get Perbandingan Status Antrean
|
||||
tags:
|
||||
- Dashboard
|
||||
/reference/diagnosa/:
|
||||
get:
|
||||
parameters:
|
||||
|
||||
Reference in New Issue
Block a user