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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user