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"
},