{"info":{"_postman_id":"b0913fd0-ce54-8438-3f07-43ac142f2a1b","name":"HospitalManagementSystem","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"457459","collectionId":"b0913fd0-ce54-8438-3f07-43ac142f2a1b","publishedId":"2HQup9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2017-04-10T21:56:26.000Z"},"item":[{"name":"getPatient","id":"db5cfced-d999-fc96-e697-319463e3bea0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://127.0.0.1:5000/patient","urlObject":{"protocol":"http","port":"5000","path":["patient"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"db5cfced-d999-fc96-e697-319463e3bea0"},{"name":"addPatient","id":"6f9b45f0-42fe-c2df-95fc-255f3cfe7b8d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pat_first_name\": \"Nancy\",\n  \"pat_last_name\": \"Joes\",\n  \"pat_insurance_no\": \"IN-3123\",\n  \"pat_ph_no\": \"2178013290\",\n  \"pat_address\": \"3 cadlelight 2\"\n}"},"url":"http://127.0.0.1:5000/patient","urlObject":{"protocol":"http","port":"5000","path":["patient"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f9b45f0-42fe-c2df-95fc-255f3cfe7b8d"},{"name":"updatePatient","id":"ee2b3ab6-faab-3beb-a3be-e57bbfcf7f02","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pat_first_name\": \"Tushar\",\n  \"pat_last_name\": \"posst\",\n  \"pat_insurance_no\": \"posst\",\n  \"pat_ph_no\": \"posst\",\n  \"pat_address\": \"posst\"\n}"},"url":"http://127.0.0.1:5000/patient/2","urlObject":{"protocol":"http","port":"5000","path":["patient","2"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee2b3ab6-faab-3beb-a3be-e57bbfcf7f02"},{"name":"deletePatient","id":"62bb881f-9c21-1c70-f4cf-32bb2780c570","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://127.0.0.1:5000/patient/1","urlObject":{"protocol":"http","port":"5000","path":["patient","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"62bb881f-9c21-1c70-f4cf-32bb2780c570"},{"name":"getDoctor","id":"0796f0bd-4089-e461-8985-f4f6b5943560","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://127.0.0.1:5000/doctor","urlObject":{"protocol":"http","port":"5000","path":["doctor"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0796f0bd-4089-e461-8985-f4f6b5943560"},{"name":"addDoctor","id":"91241c7b-c2c8-c4eb-35bd-9189889962a5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"doc_first_name\": \"Tony\",\n  \"doc_last_name\": \"Jonson\",\n  \"doc_ph_no\": \"9967544572\",\n  \"doc_address\": \"2 candlewood tree\"\n}"},"url":"http://127.0.0.1:5000/doctor","urlObject":{"protocol":"http","port":"5000","path":["doctor"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"91241c7b-c2c8-c4eb-35bd-9189889962a5"},{"name":"updateDoctor","id":"78a97553-ed95-c57d-7db6-5d210e1d9b9a","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"doc_first_name\": \"satish\",\n  \"doc_last_name\": \"posst\",\n  \"doc_ph_no\": \"posst\",\n  \"doc_address\": \"posst\"\n}"},"url":"http://127.0.0.1:5000/doctor/1","urlObject":{"protocol":"http","port":"5000","path":["doctor","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"78a97553-ed95-c57d-7db6-5d210e1d9b9a"},{"name":"deleteDoctor","id":"00be47f5-f4e7-7e6b-f723-c1e7ee110bdd","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://127.0.0.1:5000/doctor/1","urlObject":{"protocol":"http","port":"5000","path":["doctor","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"00be47f5-f4e7-7e6b-f723-c1e7ee110bdd"},{"name":"getPatientById","id":"8e39c2c8-1867-fdbe-df05-23fe0688d3e8","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://127.0.0.1:5000/patient/2","urlObject":{"protocol":"http","port":"5000","path":["patient","2"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e39c2c8-1867-fdbe-df05-23fe0688d3e8"},{"name":"getDoctorById","id":"ae3be13c-0613-580c-a26c-6701976544fc","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://127.0.0.1:5000/doctor/2","urlObject":{"protocol":"http","port":"5000","path":["doctor","2"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae3be13c-0613-580c-a26c-6701976544fc"},{"name":"addAppointment","id":"19ff0caf-f7d0-e761-3c6d-70dca17f373c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"doc_id\": 1,\n  \"pat_id\": 1,\n  \"appointment_date\":\"2007-01-01 10:00:00\"\n}"},"url":"http://127.0.0.1:5000/appointment","urlObject":{"protocol":"http","port":"5000","path":["appointment"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"19ff0caf-f7d0-e761-3c6d-70dca17f373c"},{"name":"getAppointment","id":"6fc66b60-6fac-b061-83be-00647cc537e7","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://127.0.0.1:5000/appointment","urlObject":{"protocol":"http","port":"5000","path":["appointment"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fc66b60-6fac-b061-83be-00647cc537e7"},{"name":"updateAppoinetment","id":"420475d3-b796-8799-03e0-8f685a5e1ef4","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"doc_id\":1,\n    \"pat_id\": 2\n    \n}"},"url":"http://127.0.0.1:5000/appointment/1","urlObject":{"protocol":"http","port":"5000","path":["appointment","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"420475d3-b796-8799-03e0-8f685a5e1ef4"},{"name":"getAppointmentById","id":"c6f9d2b9-8555-af79-c413-9e8c2d7ad7ec","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://127.0.0.1:5000/appointment/1","urlObject":{"protocol":"http","port":"5000","path":["appointment","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6f9d2b9-8555-af79-c413-9e8c2d7ad7ec"},{"name":"deleteAppointment","id":"4a04b670-2ecb-c88b-c466-01c64dcfc18b","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://127.0.0.1:5000/appointment/1","urlObject":{"protocol":"http","port":"5000","path":["appointment","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a04b670-2ecb-c88b-c466-01c64dcfc18b"},{"name":"getCount","id":"06541f39-6b22-8871-b321-a4da4eb144f7","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://127.0.0.1:5000/common","urlObject":{"protocol":"http","port":"5000","path":["common"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"06541f39-6b22-8871-b321-a4da4eb144f7"}]}