add nomor urut list antrian
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user