add nomor urut list antrian

This commit is contained in:
renaldybrada
2026-02-02 13:09:03 +07:00
parent 3edbd8b193
commit 564b24b343
6 changed files with 93 additions and 11 deletions
+15
View File
@@ -27,6 +27,12 @@ const docTemplate = `{
"description": "Search Keyword",
"name": "search",
"in": "query"
},
{
"type": "string",
"description": "Type antrian : all, kategori, spesialis, sub-spesialis",
"name": "type",
"in": "query"
}
],
"responses": {
@@ -338,6 +344,15 @@ const docTemplate = `{
"noRekamMedis": {
"type": "string"
},
"noUrutKategori": {
"type": "integer"
},
"noUrutSpesialis": {
"type": "integer"
},
"noUrutSubSpesialis": {
"type": "integer"
},
"spesialis": {
"type": "string"
},
+15
View File
@@ -21,6 +21,12 @@
"description": "Search Keyword",
"name": "search",
"in": "query"
},
{
"type": "string",
"description": "Type antrian : all, kategori, spesialis, sub-spesialis",
"name": "type",
"in": "query"
}
],
"responses": {
@@ -332,6 +338,15 @@
"noRekamMedis": {
"type": "string"
},
"noUrutKategori": {
"type": "integer"
},
"noUrutSpesialis": {
"type": "integer"
},
"noUrutSubSpesialis": {
"type": "integer"
},
"spesialis": {
"type": "string"
},
+10
View File
@@ -78,6 +78,12 @@ definitions:
type: string
noRekamMedis:
type: string
noUrutKategori:
type: integer
noUrutSpesialis:
type: integer
noUrutSubSpesialis:
type: integer
spesialis:
type: string
subSpesialis:
@@ -209,6 +215,10 @@ paths:
in: query
name: search
type: string
- description: 'Type antrian : all, kategori, spesialis, sub-spesialis'
in: query
name: type
type: string
responses:
"200":
description: OK