240 lines
9.9 KiB
JSON
Executable File
240 lines
9.9 KiB
JSON
Executable File
{
|
|
"info": {
|
|
"_postman_id": "f8e5b9a3-f948-4237-987c-89000d61652d",
|
|
"name": "v1-fo-registrasi",
|
|
"description": "Pasien baru dari registrasi",
|
|
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
|
|
},
|
|
"item": [{
|
|
"name": "v1-fo-registrasi-new_patient",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\r\n\t\"token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJNX1VzZXJJRCI6IjMiLCJNX1VzZXJVc2VyTmFtZSI6ImFkbWluICJ9._aos7A2M33cqrUuGpSlMFzzRSTkJXp27JppvJRJm_Uw\",\r\n\t\"M_PatientM_TitleID\": \"1\",\r\n\t\"M_PatientName\":\"Fajri Agus Salim\",\r\n\t\"M_PatientM_SexID\":\"1\",\r\n\t\"M_PatientDOB\":\"1988-06-22\",\r\n\t\"M_PatientNationality\":\"Indonesia\"\r\n}"
|
|
},
|
|
"url": {
|
|
"raw": "https://anggrek.aplikasi.web.id/one-api/v1/fo/register/new_patient",
|
|
"protocol": "https",
|
|
"host": [
|
|
"anggrek",
|
|
"aplikasi",
|
|
"web",
|
|
"id"
|
|
],
|
|
"path": [
|
|
"one-api",
|
|
"v1",
|
|
"fo",
|
|
"register",
|
|
"new_patient"
|
|
]
|
|
},
|
|
"description": "Penambahan pasien baru pada registrasi"
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "v1-fo-registrasi-new_patient_address",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\r\n\t\"token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJNX1VzZXJJRCI6IjMiLCJNX1VzZXJVc2VyTmFtZSI6ImFkbWluICJ9._aos7A2M33cqrUuGpSlMFzzRSTkJXp27JppvJRJm_Uw\",\r\n\t\"M_PatientAddressM_PatientID\": \"1\",\r\n\t\"M_PatientAddressType\":\"A\",\r\n\t\"M_PatientAddressName\":\"Alamat Rumah\",\r\n\t\"M_PatientAddressNote\":\"Jl. Mahesa Barat I No. 20\",\r\n\t\"M_PatientAddressPostCode\":\"50271\"\r\n}"
|
|
},
|
|
"url": {
|
|
"raw": "https://anggrek.aplikasi.web.id/one-api/v1/fo/register/new_patient_address",
|
|
"protocol": "https",
|
|
"host": [
|
|
"anggrek",
|
|
"aplikasi",
|
|
"web",
|
|
"id"
|
|
],
|
|
"path": [
|
|
"one-api",
|
|
"v1",
|
|
"fo",
|
|
"register",
|
|
"new_patient_address"
|
|
]
|
|
},
|
|
"description": "Penambahan alamat baru pada registrasi"
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "v1-fo-registrasi-new_doctor_sender_address",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\r\n\t\"token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJNX1VzZXJJRCI6IjMiLCJNX1VzZXJVc2VyTmFtZSI6ImFkbWluICJ9._aos7A2M33cqrUuGpSlMFzzRSTkJXp27JppvJRJm_Uw\",\r\n\t\"M_DoctorAddressM_DoctorID\": \"1\",\r\n\t\"M_DoctorAddressType\":\"A\",\r\n\t\"M_DoctorAddressName\":\"Alamat Rumah\",\r\n\t\"M_DoctorAddressNote\":\"Jl. Mahesa Barat I No. 20\",\r\n\t\"M_DoctorAddressPostCode\":\"50271\"\r\n}"
|
|
},
|
|
"url": {
|
|
"raw": "https://anggrek.aplikasi.web.id/one-api/v1/fo/register/new_doctor_sender_address",
|
|
"protocol": "https",
|
|
"host": [
|
|
"anggrek",
|
|
"aplikasi",
|
|
"web",
|
|
"id"
|
|
],
|
|
"path": [
|
|
"one-api",
|
|
"v1",
|
|
"fo",
|
|
"register",
|
|
"new_doctor_sender_address"
|
|
]
|
|
},
|
|
"description": "Penambahan alamat baru dokter pengirim pada registrasi"
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "v1-fo-registrasi-search_patient",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n\t\"token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJNX1VzZXJJRCI6IjMiLCJNX1VzZXJVc2VyTmFtZSI6ImFkbWluICJ9._aos7A2M33cqrUuGpSlMFzzRSTkJXp27JppvJRJm_Uw\",\n\t\"query\":\"fajri\",\n\t\"page\":1,\n\t\"rowPerPage\":10\n}"
|
|
},
|
|
"url": {
|
|
"raw": "https://anggrek.aplikasi.web.id/one-api/v1/fo/register/search_patient",
|
|
"protocol": "https",
|
|
"host": [
|
|
"anggrek",
|
|
"aplikasi",
|
|
"web",
|
|
"id"
|
|
],
|
|
"path": [
|
|
"one-api",
|
|
"v1",
|
|
"fo",
|
|
"register",
|
|
"search_patient"
|
|
]
|
|
},
|
|
"description": "Menampilkan daftar pasien"
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "v1-fo-registrasi-search_doctor_sender",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n\t\"token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJNX1VzZXJJRCI6IjMiLCJNX1VzZXJVc2VyTmFtZSI6ImFkbWluICJ9._aos7A2M33cqrUuGpSlMFzzRSTkJXp27JppvJRJm_Uw\",\n\t\"query\":\"009\",\n\t\"page\":1,\n\t\"rowPerPage\":10\n}"
|
|
},
|
|
"url": {
|
|
"raw": "https://anggrek.aplikasi.web.id/one-api/v1/fo/register/search_doctor_sender",
|
|
"protocol": "https",
|
|
"host": [
|
|
"anggrek",
|
|
"aplikasi",
|
|
"web",
|
|
"id"
|
|
],
|
|
"path": [
|
|
"one-api",
|
|
"v1",
|
|
"fo",
|
|
"register",
|
|
"search_doctor_sender"
|
|
]
|
|
},
|
|
"description": "Menampilkan daftar pasien"
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "v1-fo-registrasi-search_doctor_pj",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n\t\"token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJNX1VzZXJJRCI6IjMiLCJNX1VzZXJVc2VyTmFtZSI6ImFkbWluICJ9._aos7A2M33cqrUuGpSlMFzzRSTkJXp27JppvJRJm_Uw\",\n\t\"query\":\"001\",\n\t\"page\":1,\n\t\"rowPerPage\":10\n}"
|
|
},
|
|
"url": {
|
|
"raw": "https://anggrek.aplikasi.web.id/one-api/v1/fo/register/search_doctor_pj",
|
|
"protocol": "https",
|
|
"host": [
|
|
"anggrek",
|
|
"aplikasi",
|
|
"web",
|
|
"id"
|
|
],
|
|
"path": [
|
|
"one-api",
|
|
"v1",
|
|
"fo",
|
|
"register",
|
|
"search_doctor_pj"
|
|
]
|
|
},
|
|
"description": "Menampilkan daftar pasien"
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "v1-fo-registrasi-new_doctor_sender",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\r\n\t\"token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJNX1VzZXJJRCI6IjMiLCJNX1VzZXJVc2VyTmFtZSI6ImFkbWluICJ9._aos7A2M33cqrUuGpSlMFzzRSTkJXp27JppvJRJm_Uw\",\r\n\t\"M_DoctorCode\": \"DOC001\",\r\n\t\"M_DoctorName\":\"Fajri Agus Salim\",\r\n\t\"M_DoctorSpecialization\":\"Spk\",\r\n\t\"M_DoctorHP\":\"089765555456\",\r\n\t\"M_DoctorM_SexID\":\"1\"\r\n}"
|
|
},
|
|
"url": {
|
|
"raw": "https://anggrek.aplikasi.web.id/one-api/v1/fo/register/new_doctor_sender",
|
|
"protocol": "https",
|
|
"host": [
|
|
"anggrek",
|
|
"aplikasi",
|
|
"web",
|
|
"id"
|
|
],
|
|
"path": [
|
|
"one-api",
|
|
"v1",
|
|
"fo",
|
|
"register",
|
|
"new_doctor_sender"
|
|
]
|
|
},
|
|
"description": "Penambahan dokter pengirim baru dari register"
|
|
},
|
|
"response": []
|
|
}
|
|
]
|
|
} |