Login Dokter
http://{base_url}/katalog-rest-sidok/restfull-server-test/api/post/login
Fungsi | : | Login Aplikasi SidokQim |
Method | : | POST |
Format | : | JSON |
Content-Type | : | application/json |
Body | : | user & pass |
Response JSON :
|
Response JSON :
|
Pripun Dokter
http://{base_url}/katalog-rest-sidok/restfull-server-test/api/post/pripun_dok
Fungsi | : | Dokter menanyakan sesuatu |
Method | : | POST |
Format | : | JSON |
Content-Type | : | application/json |
Body | : | iddokter & keluhan |
Response JSON :
|
Response JSON :
|
Visit Dokter
http://{base_url}/katalog-rest-sidok/restfull-server-test/api/post/visit_dok
Fungsi | : | Mengetahui yang sudah divisit dokter |
Method | : | POST |
Format | : | JSON |
Content-Type | : | application/json |
Body | : | dokter(DO002) & tgl(Y-m-d) |
Response JSON :
|
Response JSON :
|
Jasa Pelayanan Rawat Inap
http://{base_url}/katalog-rest-sidok/restfull-server-test/api/post/jp_inap
Fungsi | : | Mengetahui jasa pelayanan rawat inap |
Method | : | POST |
Format | : | JSON |
Content-Type | : | application/json |
Body | : | dokter(DO002) & tahun(2023) & bulan(03) & customer(XXX05) |
Response JSON :
|
Response JSON :
|
Jasa Pelayanan Rawat Jalan
http://{base_url}/katalog-rest-sidok/restfull-server-test/api/post/jp_rj
Fungsi | : | Mengetahui jasa pelayanan rawat Jalan |
Method | : | POST |
Format | : | JSON |
Content-Type | : | application/json |
Body | : | dokter(DO002) & tahun(2023) & bulan(03) & customer(XXX05) |
Response JSON :
|
Response JSON :
|
Riwayat Kunjungan per tanggal atau bulanan
http://{base_url}/katalog-rest-sidok/restfull-server-test/api/post/history_tgl
Fungsi | : | Mengetahui riwayat kunjungan pasien rawat jalan |
Method | : | POST |
Format | : | JSON |
Content-Type | : | application/json |
Body | : | dokter(DO002) & tgl(Y-m-d) |
Response JSON :
|
Response JSON :
|
Search Pasien OK
http://{base_url}/katalog-rest-sidok/restfull-server-test/api/pencarian/search_jadwal_ok
Fungsi | : | Mencari Data Pasien Operasi |
Method | : | POST |
Format | : | JSON |
Content-Type | : | application/json |
Body | : | dokter(DO002) & keyword(tutik) |
Response JSON :
|
Response JSON :
|
Ganti Password
http://{base_url}/katalog-rest-sidok/restfull-server-test/api/post/ganti_password
Fungsi | : | Ubah Password user |
Method | : | POST |
Format | : | JSON |
Content-Type | : | application/json |
Body | : | user_dokter(adib) & password(12345) & ulangi_password(12345) |
Response JSON :
|
Response JSON :
|