{"info":{"_postman_id":"69348dc9-6c6d-46f0-9da9-b9b36b4d2c5d","name":"Healthcare Management System (HMS)","description":"<html><head></head><body><p>Our groundbreaking Healthcare Management System is an advanced digital solution that efficiently bridges the gap between healthcare providers and patients. It's designed to enhance security and streamline processes like patient data organization, scheduling appointments, and managing medical resources. This system boosts healthcare professionals' productivity, allowing them to concentrate on patient care. Patients benefit from an intuitive interface for managing their health records, making appointments, and registering. Features like personalized health dashboards, goal tracking, and reminders help patients stay engaged and in control of their health. The platform also includes a community space for open dialogue between patients and providers, supported by the latest diagnostic tools for better decision-making. Our aim is to revolutionize healthcare services, making them more patient-focused, engaging, and efficient, and thereby transforming the way healthcare is delivered and managed.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26502327","collectionId":"69348dc9-6c6d-46f0-9da9-b9b36b4d2c5d","publishedId":"2s9YeG5Wjk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-28T16:47:16.000Z"},"item":[{"name":"security-service","item":[{"name":"User Login","id":"070d6347-d6f5-4784-8e43-a53475469389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"john.doe@example.com\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8091/users/login","description":"<p>This API manages user authentication, requiring email and password for login (<code>UserLoginRequestDto</code>) and responding with a token and user login details (<code>UserLoginResponseDto</code>).</p>\n","urlObject":{"port":"8091","path":["users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c997f132-50e3-44a3-86ab-6c558a46ba67","name":"User Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"john.doe@example.com\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8091/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 28 Nov 2023 16:37:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Login successful\",\n    \"status\": \"OK\",\n    \"userLoginDetails\": {\n        \"userId\": 1,\n        \"email\": \"john.doe@example.com\",\n        \"role\": \"Patient\",\n        \"token\": \"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqb2huLmRvZUBleGFtcGxlLmNvbSIsInJvbGVzIjpbIlBhdGllbnQiXSwiZXhwIjoxNzAyMDUzNDI4fQ.A0_Gtoin-o7jCfSBc9U6zoS0nPPs3NsT9tZWAETTlk8\"\n    }\n}"}],"_postman_id":"070d6347-d6f5-4784-8e43-a53475469389"},{"name":"User Register","id":"6b12e1ed-9a93-451a-aecb-f162058d4195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user@example.com\",\r\n    \"password\": \"1234\",\r\n    \"role\": \"Patient\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/users/register","description":"<p>This API handles the registration of new users, accepting their registration data (<code>UserRegistrationRequestDto</code>) and returning a response entity with the registration status and user information (<code>UserRegistrationResponseDto</code>).</p>\n","urlObject":{"port":"8090","path":["users","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"db484a1c-8661-4b9c-8c6c-50c2273c292b","name":"User Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user@example.com\",\r\n    \"password\": \"1234\",\r\n    \"role\": \"Patient\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/users/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:17:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User registered successfully\",\n    \"status\": \"CREATED\",\n    \"registeredUserData\": {\n        \"id\": 28,\n        \"email\": \"user@example.com\",\n        \"role\": \"Patient\"\n    }\n}"}],"_postman_id":"6b12e1ed-9a93-451a-aecb-f162058d4195"}],"id":"cd323700-cfd2-413d-8b43-515bbc20ee5c","_postman_id":"cd323700-cfd2-413d-8b43-515bbc20ee5c","description":""},{"name":"patient-service","item":[{"name":"Patient Register","id":"ed9fddcf-942d-452e-9b6f-2b686c0ce028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"shadrilhassan@gmail.com\",\n    \"password\": \"1234\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"dateOfBirth\": \"1990-01-01\",\n    \"gender\": \"Female\",\n    \"bloodGroup\": \"A_Positive\",\n    \"phoneNumber\": \"12345678901\",\n    \"address\": \"123 Main St, Anytown, AN 12345\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/patients/register","description":"<p>This endpoint handles the registration of new patients. It accepts patient registration details and returns a response indicating the success of the registration.</p>\n","urlObject":{"port":"8090","path":["patients","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ebf2a17a-bc69-48f2-968c-3a8b161dfa4a","name":"Patient Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"shadrilhassan@gmail.com\",\n    \"password\": \"1234\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"dateOfBirth\": \"1990-01-01\",\n    \"gender\": \"Female\",\n    \"bloodGroup\": \"A_Positive\",\n    \"phoneNumber\": \"12345678901\",\n    \"address\": \"123 Main St, Anytown, AN 12345\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/patients/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:18:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Patient registered successfully\",\n    \"status\": \"CREATED\"\n}"}],"_postman_id":"ed9fddcf-942d-452e-9b6f-2b686c0ce028"},{"name":"Get Patient By Id","id":"60aa1e13-c370-43c8-a2c6-73113a22a0f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/patients/id/00-00002","description":"<p>This API retrieves a patient's details using their unique ID. It returns the patient's information if found.</p>\n","urlObject":{"port":"8090","path":["patients","id","00-00002"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ca93aed9-832e-4ef3-8837-e402f0861f8a","name":"Get Patient By Id","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/patients/id/00-00002"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:18:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"patientId\": \"00-00002\",\n    \"userId\": 7,\n    \"email\": \"john.doe11@example.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"dateOfBirth\": \"1990-01-01\",\n    \"gender\": \"Male\",\n    \"bloodGroup\": \"A_Positive\",\n    \"phoneNumber\": \"12345678901\",\n    \"address\": \"123 Main St, Anytown, AN 12345\",\n    \"active\": true,\n    \"approved\": true\n}"}],"_postman_id":"60aa1e13-c370-43c8-a2c6-73113a22a0f9"},{"name":"Get Patient By Email","id":"38794b69-8c72-4d74-8a9d-8cce1f51b70e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/patients/email/john.doe@example.com","description":"<p>This endpoint fetches a patient's details based on their email address, returning the relevant patient information.</p>\n","urlObject":{"port":"8090","path":["patients","email","john.doe@example.com"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e68d8dd7-9d72-462f-850c-3bebcdbfd3b8","name":"Get Patient By Email","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/patients/email/john.doe@example.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Disposition","value":"inline;filename=f.txt"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:18:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"patientId\": \"00-00001\",\n    \"userId\": 1,\n    \"email\": \"john.doe@example.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"dateOfBirth\": \"1990-01-01\",\n    \"gender\": \"Male\",\n    \"bloodGroup\": \"A_Positive\",\n    \"phoneNumber\": \"12345678901\",\n    \"address\": \"123 Main St, Anytown, AN 12345\",\n    \"active\": true,\n    \"approved\": true\n}"}],"_postman_id":"38794b69-8c72-4d74-8a9d-8cce1f51b70e"},{"name":"Get Patient Current Profile","id":"d1b76b2c-c7b0-4e41-9346-006c2481fdbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/patients/profile","description":"<p>This API is used to retrieve the profile details of the current patient from the token, providing their information in the response.</p>\n","urlObject":{"port":"8090","path":["patients","profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"635e4eef-c506-4bdf-a439-74297bbaff01","name":"Get Patient Current Profile","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/patients/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:19:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"patientId\": \"00-00001\",\n    \"userId\": 1,\n    \"email\": \"john.doe@example.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"dateOfBirth\": \"1990-01-01\",\n    \"gender\": \"Male\",\n    \"bloodGroup\": \"A_Positive\",\n    \"phoneNumber\": \"12345678901\",\n    \"address\": \"123 Main St, Anytown, AN 12345\",\n    \"active\": true,\n    \"approved\": true\n}"}],"_postman_id":"d1b76b2c-c7b0-4e41-9346-006c2481fdbf"},{"name":"Update Patient Profile","id":"2c995fb8-2b01-427f-96a1-27f5a6355c88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": \"00-00001\",\r\n    \"userId\": 1,\r\n    \"email\": \"john.doe@example.com\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Doe\",\r\n    \"dateOfBirth\": \"1990-01-01\",\r\n    \"gender\": \"Male\",\r\n    \"bloodGroup\": \"A_Positive\",\r\n    \"phoneNumber\": \"12345678901\",\r\n    \"address\": \"123 Main St, Anytown, AN 12345\",\r\n    \"active\": true,\r\n    \"approved\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/patients/profile/update","description":"<p>This endpoint allows for the updating of a patient's profile. It accepts updated patient details and returns a confirmation of the update.</p>\n","urlObject":{"port":"8090","path":["patients","profile","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ef074595-ef0d-4b3c-b165-c7a97671a478","name":"Update Patient Profile","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": \"00-00001\",\r\n    \"userId\": 1,\r\n    \"email\": \"john.doe@example.com\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Doe\",\r\n    \"dateOfBirth\": \"1990-01-01\",\r\n    \"gender\": \"Male\",\r\n    \"bloodGroup\": \"A_Positive\",\r\n    \"phoneNumber\": \"12345678901\",\r\n    \"address\": \"123 Main St, Anytown, AN 12345\",\r\n    \"active\": true,\r\n    \"approved\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/patients/profile/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:19:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Patient profile updated successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"2c995fb8-2b01-427f-96a1-27f5a6355c88"},{"name":"Create Patient Health Record","id":"4b264fc3-bab0-46e9-8bf3-aed56dc68efb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": \"00-00001\",\r\n    \"checkupDate\": \"2023-11-13\",\r\n    \"heightInCm\": 175,\r\n    \"weightInKg\": 70,\r\n    \"bloodPressure\": \"120/80\",\r\n    \"bloodSugar\": \"5.5\",\r\n    \"bodyTemperature\": \"36.6\",\r\n    \"pulseRate\": \"72\",\r\n    \"allergies\": \"Pollen\",\r\n    \"pastSurgeries\": \"Appendectomy\",\r\n    \"hasDiabetes\": false,\r\n    \"isHypertensive\": true,\r\n    \"hasHeartDisease\": false,\r\n    \"hasKidneyDisease\": false,\r\n    \"hasLiverDisease\": false,\r\n    \"hasCancer\": false,\r\n    \"hasHiv\": false,\r\n    \"hasTb\": false,\r\n    \"physicalDisability\": \"None\",\r\n    \"vaccineInfo\": \"COVID-19, Influenza\",\r\n    \"isSmoker\": false,\r\n    \"isAlcoholic\": true,\r\n    \"isActive\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/patients/health-records/create","description":"<p>This endpoint is responsible for creating new health records. It accepts a <code>HealthRecordDto</code> object containing the health record details and returns a confirmation message upon successful creation.</p>\n","urlObject":{"protocol":"http","port":"8090","path":["patients","health-records","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"96140586-9aab-4a77-91d9-b5f232e74472","name":"Create Patient Health Record","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": \"00-00001\",\r\n    \"checkupDate\": \"2023-11-13\",\r\n    \"heightInCm\": 175,\r\n    \"weightInKg\": 70,\r\n    \"bloodPressure\": \"120/80\",\r\n    \"bloodSugar\": \"5.5\",\r\n    \"bodyTemperature\": \"36.6\",\r\n    \"pulseRate\": \"72\",\r\n    \"allergies\": \"Pollen\",\r\n    \"pastSurgeries\": \"Appendectomy\",\r\n    \"hasDiabetes\": false,\r\n    \"isHypertensive\": true,\r\n    \"hasHeartDisease\": false,\r\n    \"hasKidneyDisease\": false,\r\n    \"hasLiverDisease\": false,\r\n    \"hasCancer\": false,\r\n    \"hasHiv\": false,\r\n    \"hasTb\": false,\r\n    \"physicalDisability\": \"None\",\r\n    \"vaccineInfo\": \"COVID-19, Influenza\",\r\n    \"isSmoker\": false,\r\n    \"isAlcoholic\": true,\r\n    \"isActive\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/patients/health-records/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:19:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Health record created successfully\",\n    \"status\": \"CREATED\"\n}"}],"_postman_id":"4b264fc3-bab0-46e9-8bf3-aed56dc68efb"},{"name":"Get Health Record By Id","id":"ec1f98d5-2059-4b74-b667-ad0c89e49346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8090/patients/health-records/id/1","description":"<p>This API retrieves a specific health record based on its unique ID. The ID is passed as a path variable, and the API returns the corresponding <code>HealthRecordDto</code> if found.</p>\n","urlObject":{"protocol":"http","port":"8090","path":["patients","health-records","id","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f4e8e18e-caa0-49db-9e8d-7725f258b44f","name":"Get Health Record By Id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8090/patients/health-records/id/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:20:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"patientId\": \"00-00001\",\n    \"checkupDate\": \"2023-11-13\",\n    \"heightInCm\": 175,\n    \"weightInKg\": 70,\n    \"bloodPressure\": \"120/80\",\n    \"bloodSugar\": \"5.5\",\n    \"bodyTemperature\": \"36.6\",\n    \"pulseRate\": \"72\",\n    \"allergies\": \"Pollen\",\n    \"pastSurgeries\": \"Appendectomy\",\n    \"hasDiabetes\": false,\n    \"isHypertensive\": true,\n    \"hasHeartDisease\": false,\n    \"hasKidneyDisease\": false,\n    \"hasLiverDisease\": false,\n    \"hasCancer\": false,\n    \"hasHiv\": false,\n    \"hasTb\": false,\n    \"physicalDisability\": \"None\",\n    \"vaccineInfo\": \"COVID-19, Influenza\",\n    \"isSmoker\": false,\n    \"isAlcoholic\": true,\n    \"isActive\": true\n}"}],"_postman_id":"ec1f98d5-2059-4b74-b667-ad0c89e49346"},{"name":"Get All Health Records","id":"7e4b6828-20b8-4d43-975c-164886d7020d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8090/patients/health-records/all","description":"<p>This endpoint lists all health records available in the system. It returns a list of <code>HealthRecordDto</code> objects, each representing a health record.</p>\n","urlObject":{"protocol":"http","port":"8090","path":["patients","health-records","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5a72cd2b-34ea-4906-87e0-c7c3c64377d8","name":"Get All Health Records","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8090/patients/health-records/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:20:31 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    }\n]"}],"_postman_id":"7e4b6828-20b8-4d43-975c-164886d7020d"},{"name":"Get Health Records By Patient Id","id":"27252c15-b934-4b2e-abb3-4d86c7563adb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8090/patients/health-records/patient/00-00001","description":"<p>This API fetches all health records associated with a specific patient. The patient's ID is provided as a path variable, and the API returns a list of <code>HealthRecordDto</code> objects related to that patient.</p>\n","urlObject":{"protocol":"http","port":"8090","path":["patients","health-records","patient","00-00001"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b5eb254d-06ff-4148-b342-b97b4cfe80cd","name":"Get Health Records By Patient Id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8090/patients/health-records/patient/00-00001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:22:24 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    },\n    {\n        \"patientId\": \"00-00001\",\n        \"checkupDate\": \"2023-11-13\",\n        \"heightInCm\": 175,\n        \"weightInKg\": 70,\n        \"bloodPressure\": \"120/80\",\n        \"bloodSugar\": \"5.5\",\n        \"bodyTemperature\": \"36.6\",\n        \"pulseRate\": \"72\",\n        \"allergies\": \"Pollen\",\n        \"pastSurgeries\": \"Appendectomy\",\n        \"hasDiabetes\": false,\n        \"isHypertensive\": true,\n        \"hasHeartDisease\": false,\n        \"hasKidneyDisease\": false,\n        \"hasLiverDisease\": false,\n        \"hasCancer\": false,\n        \"hasHiv\": false,\n        \"hasTb\": false,\n        \"physicalDisability\": \"None\",\n        \"vaccineInfo\": \"COVID-19, Influenza\",\n        \"isSmoker\": false,\n        \"isAlcoholic\": true,\n        \"isActive\": true\n    }\n]"}],"_postman_id":"27252c15-b934-4b2e-abb3-4d86c7563adb"},{"name":"Get All Patients","id":"d1f14216-38e9-4393-bec1-1dd9137bd713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/patients/all","description":"<p>This API lists all registered patients, returning their details in a list.</p>\n","urlObject":{"port":"8090","path":["patients","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6bd0f7bd-efd4-4fb4-8396-9bc6056caede","name":"Get All Patients","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/patients/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:22:37 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"patientId\": \"00-00001\",\n        \"userId\": 1,\n        \"email\": \"john.doe@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00002\",\n        \"userId\": 7,\n        \"email\": \"john.doe11@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00003\",\n        \"userId\": 11,\n        \"email\": \"john.doe112@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00004\",\n        \"userId\": 12,\n        \"email\": \"john.doe1123@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00005\",\n        \"userId\": 13,\n        \"email\": \"john.doe11233@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00006\",\n        \"userId\": 14,\n        \"email\": \"john.doe112331@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00007\",\n        \"userId\": 15,\n        \"email\": \"john.doe238@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00008\",\n        \"userId\": 16,\n        \"email\": \"john.doe2381@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00009\",\n        \"userId\": 17,\n        \"email\": \"john.doe12381@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00010\",\n        \"userId\": 18,\n        \"email\": \"john.doe123841@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00011\",\n        \"userId\": 19,\n        \"email\": \"john.doe444@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00012\",\n        \"userId\": 20,\n        \"email\": \"maliha@gmail.com\",\n        \"firstName\": \"Maliha\",\n        \"lastName\": \"Hossain\",\n        \"dateOfBirth\": \"2000-09-04\",\n        \"gender\": \"Female\",\n        \"bloodGroup\": \"B_Positive\",\n        \"phoneNumber\": \"01754402481\",\n        \"address\": \"Dhaka\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00013\",\n        \"userId\": 21,\n        \"email\": \"shadrilhassan@outlook.com\",\n        \"firstName\": \"Shadril Hassan\",\n        \"lastName\": \"Shifat\",\n        \"dateOfBirth\": \"2023-11-22\",\n        \"gender\": \"Female\",\n        \"bloodGroup\": \"B_Positive\",\n        \"phoneNumber\": \"01754402481\",\n        \"address\": \"Uttara\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00014\",\n        \"userId\": 27,\n        \"email\": \"shadrilhassan@yahoo.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Female\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": false\n    },\n    {\n        \"patientId\": \"00-00015\",\n        \"userId\": 29,\n        \"email\": \"shadrilhassan@gmail.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Female\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": false\n    }\n]"}],"_postman_id":"d1f14216-38e9-4393-bec1-1dd9137bd713"},{"name":"Get All Approved Patients","id":"87c30559-f501-4cbe-98ad-1f350d83f529","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/patients/all/approved","description":"<p>This API retrieves a list of all patients who have been approved, returning their details.</p>\n","urlObject":{"port":"8090","path":["patients","all","approved"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bb2dac94-74ff-4014-a33d-2f25df2dbdb1","name":"Get All Approved Patients","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/patients/all/approved"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:22:47 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"patientId\": \"00-00001\",\n        \"userId\": 1,\n        \"email\": \"john.doe@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00002\",\n        \"userId\": 7,\n        \"email\": \"john.doe11@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00003\",\n        \"userId\": 11,\n        \"email\": \"john.doe112@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00004\",\n        \"userId\": 12,\n        \"email\": \"john.doe1123@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00005\",\n        \"userId\": 13,\n        \"email\": \"john.doe11233@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00006\",\n        \"userId\": 14,\n        \"email\": \"john.doe112331@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00007\",\n        \"userId\": 15,\n        \"email\": \"john.doe238@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00008\",\n        \"userId\": 16,\n        \"email\": \"john.doe2381@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00009\",\n        \"userId\": 17,\n        \"email\": \"john.doe12381@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00010\",\n        \"userId\": 18,\n        \"email\": \"john.doe123841@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00011\",\n        \"userId\": 19,\n        \"email\": \"john.doe444@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00012\",\n        \"userId\": 20,\n        \"email\": \"maliha@gmail.com\",\n        \"firstName\": \"Maliha\",\n        \"lastName\": \"Hossain\",\n        \"dateOfBirth\": \"2000-09-04\",\n        \"gender\": \"Female\",\n        \"bloodGroup\": \"B_Positive\",\n        \"phoneNumber\": \"01754402481\",\n        \"address\": \"Dhaka\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00013\",\n        \"userId\": 21,\n        \"email\": \"shadrilhassan@outlook.com\",\n        \"firstName\": \"Shadril Hassan\",\n        \"lastName\": \"Shifat\",\n        \"dateOfBirth\": \"2023-11-22\",\n        \"gender\": \"Female\",\n        \"bloodGroup\": \"B_Positive\",\n        \"phoneNumber\": \"01754402481\",\n        \"address\": \"Uttara\",\n        \"active\": true,\n        \"approved\": true\n    }\n]"}],"_postman_id":"87c30559-f501-4cbe-98ad-1f350d83f529"},{"name":"Get All Unapproved Patients","id":"051ee7f3-f105-4caa-80c9-141ca2101435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/patients/all/unapproved","description":"<p>This endpoint lists all patients who are yet to be approved, providing their information.</p>\n","urlObject":{"port":"8090","path":["patients","all","unapproved"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a7dff21d-142a-40d8-b04d-85dac4bb5eff","name":"Get All Unapproved Patients","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/patients/all/unapproved"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:23:08 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"patientId\": \"00-00014\",\n        \"userId\": 27,\n        \"email\": \"shadrilhassan@yahoo.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Female\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": false\n    },\n    {\n        \"patientId\": \"00-00015\",\n        \"userId\": 29,\n        \"email\": \"shadrilhassan@gmail.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1990-01-01\",\n        \"gender\": \"Female\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"12345678901\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": false\n    }\n]"}],"_postman_id":"051ee7f3-f105-4caa-80c9-141ca2101435"},{"name":"Approve Patient","id":"316d3ff5-3b87-4140-8cd1-b106bbb948a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8090/patients/approve/00-00015","description":"<p>This endpoint handles the approval of a patient's status using their ID, confirming the approval in the response.</p>\n","urlObject":{"port":"8090","path":["patients","approve","00-00015"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f7a7695d-db4d-4cb2-89b2-ed3fd5c64a85","name":"Approve Patient","originalRequest":{"method":"POST","header":[],"url":"localhost:8090/patients/approve/00-00015"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:24:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Patient approved successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"316d3ff5-3b87-4140-8cd1-b106bbb948a5"},{"name":"Get Patient By User Id","id":"039b1bbc-1917-460b-8241-4cff661a5f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/patients/user/1","description":"<p>This API fetches a patient's details using the user's ID, returning the patient's information.</p>\n","urlObject":{"port":"8090","path":["patients","user","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6bca1b36-a06e-4f5e-83b1-b8f4e0998af8","name":"Get Patient By User Id","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/patients/user/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:25:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"patientId\": \"00-00001\",\n    \"userId\": 1,\n    \"email\": \"john.doe@example.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"dateOfBirth\": \"1990-01-01\",\n    \"gender\": \"Male\",\n    \"bloodGroup\": \"A_Positive\",\n    \"phoneNumber\": \"12345678901\",\n    \"address\": \"123 Main St, Anytown, AN 12345\",\n    \"active\": true,\n    \"approved\": true\n}"}],"_postman_id":"039b1bbc-1917-460b-8241-4cff661a5f2b"},{"name":"Count Total Patients","id":"309106f6-340a-43da-ac1e-06692e6a16db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/patients/count","description":"<p>This endpoint provides the total number of registered patients, returning the count in the response.</p>\n","urlObject":{"port":"8090","path":["patients","count"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"09ad535c-d5d0-4229-ace5-41ac4cb597eb","name":"Count total patients","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/patients/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:25:51 GMT"}],"cookie":[],"responseTime":null,"body":"15"}],"_postman_id":"309106f6-340a-43da-ac1e-06692e6a16db"},{"name":"Search Patient By Name","id":"b63640b1-dcf3-4383-a8fa-9cbad41be8f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/patients/search/s","description":"<p>This API allows for searching patients by their name, returning a list of patients matching the search criteria.</p>\n","urlObject":{"port":"8090","path":["patients","search","s"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aa087a95-aa6e-408a-baec-6e2d8fbd2b11","name":"Search Patient By Name","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/patients/search/s"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:26:10 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"patientId\": \"00-00012\",\n        \"userId\": 20,\n        \"email\": \"maliha@gmail.com\",\n        \"firstName\": \"Maliha\",\n        \"lastName\": \"Hossain\",\n        \"dateOfBirth\": \"2000-09-04\",\n        \"gender\": \"Female\",\n        \"bloodGroup\": \"B_Positive\",\n        \"phoneNumber\": \"01754402481\",\n        \"address\": \"Dhaka\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"patientId\": \"00-00013\",\n        \"userId\": 21,\n        \"email\": \"shadrilhassan@outlook.com\",\n        \"firstName\": \"Shadril Hassan\",\n        \"lastName\": \"Shifat\",\n        \"dateOfBirth\": \"2023-11-22\",\n        \"gender\": \"Female\",\n        \"bloodGroup\": \"B_Positive\",\n        \"phoneNumber\": \"01754402481\",\n        \"address\": \"Uttara\",\n        \"active\": true,\n        \"approved\": true\n    }\n]"}],"_postman_id":"b63640b1-dcf3-4383-a8fa-9cbad41be8f5"}],"id":"61df2e16-253a-408b-9e84-ea94343e3ebd","_postman_id":"61df2e16-253a-408b-9e84-ea94343e3ebd","description":""},{"name":"doctor-service","item":[{"name":"Room Allocation","item":[{"name":"Create Room","id":"ad671755-324a-41ba-9c73-9b870179c413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"roomNo\" : \"211\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/rooms/create","description":"<p>This API handles the creation of new rooms. It accepts a <code>RoomDto</code> object with room details and returns a confirmation message upon successful creation of the room.</p>\n","urlObject":{"port":"8090","path":["rooms","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7c7d7a0d-22f0-48e1-8168-9f314c505f56","name":"Create Room","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"roomNo\" : \"210\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/rooms/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:34:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Room created successfully\",\n    \"status\": \"CREATED\"\n}"}],"_postman_id":"ad671755-324a-41ba-9c73-9b870179c413"},{"name":"Get Available Rooms","id":"da61b8f1-ab31-4ec5-8f26-d4257c352a15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/rooms/available","description":"<p>This endpoint lists all available rooms in the facility. It returns a list of <code>RoomDto</code> objects, each representing an available room.</p>\n","urlObject":{"port":"8090","path":["rooms","available"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a394bc74-703e-4b9e-bc0f-b8942440df59","name":"Get Available Rooms","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/rooms/available"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:27:47 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"roomId\": 2,\n        \"roomNo\": \"202\",\n        \"isAvailable\": true\n    },\n    {\n        \"roomId\": 6,\n        \"roomNo\": \"209\",\n        \"isAvailable\": true\n    }\n]"}],"_postman_id":"da61b8f1-ab31-4ec5-8f26-d4257c352a15"},{"name":"Allocate Room To Doctor","id":"76bad053-f9d3-4c70-9517-5a45997f0e45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8090/rooms/allocate/11-00005/209","description":"<p>This endpoint is responsible for allocating a specific room to a doctor. It takes the doctor's ID and the room number as parameters and returns a confirmation message upon successful allocation.</p>\n","urlObject":{"port":"8090","path":["rooms","allocate","11-00005","209"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2f3bf6c1-c93e-4205-b61f-2f2a46abe3bb","name":"Allocate Room To Doctor","originalRequest":{"method":"POST","header":[],"url":"localhost:8090/rooms/allocate/11-00005/209"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:31:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Room allocated successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"76bad053-f9d3-4c70-9517-5a45997f0e45"},{"name":"Get All Rooms","id":"89038c50-e1d2-4440-9cb3-fa2c2e6804ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/rooms/all","description":"<p>This API provides a list of all rooms in the facility, regardless of their availability status. It returns a list of <code>RoomDto</code> objects representing each room.</p>\n","urlObject":{"port":"8090","path":["rooms","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7218ac7b-caa5-4f95-97fb-fd113f309c14","name":"Get All Rooms","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/rooms/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:32:43 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"roomId\": 1,\n        \"roomNo\": \"201\",\n        \"isAvailable\": false\n    },\n    {\n        \"roomId\": 2,\n        \"roomNo\": \"202\",\n        \"isAvailable\": true\n    },\n    {\n        \"roomId\": 3,\n        \"roomNo\": \"203\",\n        \"isAvailable\": false\n    },\n    {\n        \"roomId\": 4,\n        \"roomNo\": \"204\",\n        \"isAvailable\": false\n    },\n    {\n        \"roomId\": 6,\n        \"roomNo\": \"209\",\n        \"isAvailable\": true\n    }\n]"}],"_postman_id":"89038c50-e1d2-4440-9cb3-fa2c2e6804ca"},{"name":"Delete Room By Id","id":"a667f45b-ae6f-4a08-9916-9529aa398d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:8090/rooms/delete/7","description":"<p>This endpoint facilitates the deletion of a specific room based on its ID. It returns a confirmation message once the room is successfully deleted.</p>\n","urlObject":{"port":"8090","path":["rooms","delete","7"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0a1b35fd-fb49-4ed8-bdcb-c1d2bf9655a6","name":"Delete Room By Id","originalRequest":{"method":"POST","header":[],"url":"localhost:8090/rooms/delete/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:34:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Room deleted successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"a667f45b-ae6f-4a08-9916-9529aa398d61"}],"id":"e675236a-28d5-4b93-a23f-775eeea6ce97","_postman_id":"e675236a-28d5-4b93-a23f-775eeea6ce97","description":""},{"name":"Doctor Register","id":"f9b640c3-adc5-4563-afad-fbf40b41c682","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"mbbsdoctor@example.com\",\n    \"password\": \"1234\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"careerTitle\": \"Senior Surgeon\",\n    \"department\": \"XYY\",\n    \"specialization\": \"Cardiac Surgery\",\n    \"designation\": \"Lead Surgeon\",\n    \"institute\": \"City Hospital\",\n    \"experienceYears\": 15,\n    \"qualifications\": \"MBBS, MD\",\n    \"licenseNumber\": \"MED123456\",\n    \"dateOfBirth\": \"1975-01-15\",\n    \"gender\": \"Male\",\n    \"bloodGroup\": \"A_Positive\",\n    \"phoneNumber\": \"1234567890\",\n    \"biography\": \"A brief biography of the doctor\",\n    \"address\": \"123 Main St, Anytown, AN 12345\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/doctors/register","description":"<p>This endpoint manages the registration of new doctors, taking doctor registration details as input and returning a response indicating successful registration.</p>\n","urlObject":{"port":"8090","path":["doctors","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1d1e8e5d-e927-4d6e-a1be-74aa7e410e18","name":"Doctor Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"mbbsdoctor@example.com\",\n    \"password\": \"1234\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"careerTitle\": \"Senior Surgeon\",\n    \"department\": \"XYY\",\n    \"specialization\": \"Cardiac Surgery\",\n    \"designation\": \"Lead Surgeon\",\n    \"institute\": \"City Hospital\",\n    \"experienceYears\": 15,\n    \"qualifications\": \"MBBS, MD\",\n    \"licenseNumber\": \"MED123456\",\n    \"dateOfBirth\": \"1975-01-15\",\n    \"gender\": \"Male\",\n    \"bloodGroup\": \"A_Positive\",\n    \"phoneNumber\": \"1234567890\",\n    \"biography\": \"A brief biography of the doctor\",\n    \"address\": \"123 Main St, Anytown, AN 12345\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/doctors/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:35:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Doctor registered successfully\",\n    \"status\": \"CREATED\"\n}"}],"_postman_id":"f9b640c3-adc5-4563-afad-fbf40b41c682"},{"name":"Get Doctor By Id","id":"81147b72-4656-4954-9af0-43d6a29a37f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/doctors/id/11-00001","description":"<p>This API retrieves a doctor's details using their unique ID, returning the doctor's information if found.</p>\n","urlObject":{"port":"8090","path":["doctors","id","11-00001"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fb21f19f-8fa8-4d13-ba2f-ff762ca51462","name":"Doctor Get By Id","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/doctors/id/11-00001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:35:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"doctorId\": \"11-00001\",\n    \"userId\": 8,\n    \"email\": \"doctor11@example.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"careerTitle\": \"Senior Surgeon\",\n    \"department\": \"Cardiology\",\n    \"specialization\": \"Cardiac Surgery\",\n    \"designation\": \"Lead Surgeon\",\n    \"institute\": \"City Hospital\",\n    \"experienceYears\": 15,\n    \"qualifications\": \"MBBS, MD\",\n    \"licenseNumber\": \"MED123456\",\n    \"dateOfBirth\": \"1975-01-15\",\n    \"gender\": \"Male\",\n    \"bloodGroup\": \"A_Positive\",\n    \"phoneNumber\": \"1234567890\",\n    \"biography\": \"A brief biography of the doctor\",\n    \"address\": \"123 Main St, Anytown, AN 12345\",\n    \"active\": true,\n    \"approved\": true\n}"}],"_postman_id":"81147b72-4656-4954-9af0-43d6a29a37f3"},{"name":"Get Doctor By Email","id":"bd53bf5e-fd4a-4a8a-b0b4-083637cd5d1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/doctors/email/doctor1221@example.com","description":"<p>This endpoint fetches a doctor's details based on their email address, returning the relevant doctor information.</p>\n","urlObject":{"port":"8090","path":["doctors","email","doctor1221@example.com"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4686840d-93bd-4059-a7c4-41df30304de2","name":"Doctor Get By Email","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/doctors/email/doctor1221@example.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Disposition","value":"inline;filename=f.txt"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:35:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"doctorId\": \"11-00003\",\n    \"userId\": 10,\n    \"email\": \"doctor1221@example.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"careerTitle\": \"Senior Surgeon\",\n    \"department\": \"Cardiology\",\n    \"specialization\": \"Cardiac Surgery\",\n    \"designation\": \"Lead Surgeon\",\n    \"institute\": \"City Hospital\",\n    \"experienceYears\": 15,\n    \"qualifications\": \"MBBS, MD\",\n    \"licenseNumber\": \"MED123456\",\n    \"dateOfBirth\": \"1975-01-15\",\n    \"gender\": \"Male\",\n    \"bloodGroup\": \"A_Positive\",\n    \"phoneNumber\": \"1234567890\",\n    \"biography\": \"A brief biography of the doctor\",\n    \"address\": \"123 Main St, Anytown, AN 12345\",\n    \"active\": true,\n    \"approved\": true\n}"}],"_postman_id":"bd53bf5e-fd4a-4a8a-b0b4-083637cd5d1d"},{"name":"Get Doctor Current Profile","id":"fb9c9800-ffa1-4268-8633-ff169e9d7586","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/doctors/profile","description":"<p>This API is used to retrieve the profile details of the currently logged-in doctor, providing their information in the response.</p>\n","urlObject":{"port":"8090","path":["doctors","profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3a9f44c3-20a2-4beb-8d9f-94e41719eac9","name":"Doctor Get Current Profile","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/doctors/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:36:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"doctorId\": \"11-00003\",\n    \"userId\": 10,\n    \"email\": \"doctor1221@example.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"careerTitle\": \"Senior Surgeon\",\n    \"department\": \"Cardiology\",\n    \"specialization\": \"Cardiac Surgery\",\n    \"designation\": \"Lead Surgeon\",\n    \"institute\": \"City Hospital\",\n    \"experienceYears\": 15,\n    \"qualifications\": \"MBBS, MD\",\n    \"licenseNumber\": \"MED123456\",\n    \"dateOfBirth\": \"1975-01-15\",\n    \"gender\": \"Male\",\n    \"bloodGroup\": \"A_Positive\",\n    \"phoneNumber\": \"1234567890\",\n    \"biography\": \"A brief biography of the doctor\",\n    \"address\": \"123 Main St, Anytown, AN 12345\",\n    \"active\": true,\n    \"approved\": true\n}"}],"_postman_id":"fb9c9800-ffa1-4268-8633-ff169e9d7586"},{"name":"Update Doctor Profile","id":"750655a0-1356-4987-9c10-48b6e07c1dae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"doctorId\": \"11-00001\",\r\n    \"userId\": 2,\r\n    \"email\": \"doctor@example.com\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Doe\",\r\n    \"careerTitle\": \"Senior Surgeon\",\r\n    \"department\": \"Cardiology\",\r\n    \"specialization\": \"Cardiac Surgery\",\r\n    \"designation\": \"Lead Surgeon\",\r\n    \"institute\": \"City Hospital\",\r\n    \"experienceYears\": 15,\r\n    \"qualifications\": \"MBBS, MD\",\r\n    \"licenseNumber\": \"MED123456\",\r\n    \"dateOfBirth\": \"1975-01-15\",\r\n    \"gender\": \"Male\",\r\n    \"bloodGroup\": \"A_Positive\",\r\n    \"phoneNumber\": \"1234567890\",\r\n    \"biography\": \"A brief biography of the doctor\",\r\n    \"address\": \"123 Main St, Anytown, AN 12345\",\r\n    \"active\": true,\r\n    \"approved\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/doctors/profile/update","description":"<p>This endpoint allows for the updating of a doctor's profile. It accepts updated doctor details and returns a confirmation of the update.</p>\n","urlObject":{"port":"8090","path":["doctors","profile","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1e6aee28-1626-4358-8205-b73d75b0e254","name":"Update Doctor Profile","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"doctorId\": \"11-00001\",\r\n    \"userId\": 2,\r\n    \"email\": \"doctor@example.com\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Doe\",\r\n    \"careerTitle\": \"Senior Surgeon\",\r\n    \"department\": \"Cardiology\",\r\n    \"specialization\": \"Cardiac Surgery\",\r\n    \"designation\": \"Lead Surgeon\",\r\n    \"institute\": \"City Hospital\",\r\n    \"experienceYears\": 15,\r\n    \"qualifications\": \"MBBS, MD\",\r\n    \"licenseNumber\": \"MED123456\",\r\n    \"dateOfBirth\": \"1975-01-15\",\r\n    \"gender\": \"Male\",\r\n    \"bloodGroup\": \"A_Positive\",\r\n    \"phoneNumber\": \"1234567890\",\r\n    \"biography\": \"A brief biography of the doctor\",\r\n    \"address\": \"123 Main St, Anytown, AN 12345\",\r\n    \"active\": true,\r\n    \"approved\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/doctors/profile/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:36:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Doctor profile updated successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"750655a0-1356-4987-9c10-48b6e07c1dae"},{"name":"Create Doctor Appointment","id":"825a792c-63bc-4a7c-b573-5a3fc3815790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\": \"2023-11-28\",\r\n    \"startTime\": \"14:20\",\r\n    \"endTime\": \"20:00\",\r\n    \"perPatientTimeInMinutes\": 25\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/appointments/create","description":"<p>This endpoint manages the creation of new appointment slots, receiving details in <code>AppointmentSlotRequestDto</code> and responding with a success message.</p>\n","urlObject":{"port":"8090","path":["appointments","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"06e5835e-d74e-4240-82bd-bfc1d04d17a7","name":"Create Doctor Appointment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\": \"2023-11-28\",\r\n    \"startTime\": \"14:20\",\r\n    \"endTime\": \"20:00\",\r\n    \"perPatientTimeInMinutes\": 25\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/appointments/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:38:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Appointments created successfully\",\n    \"status\": \"CREATED\"\n}"}],"_postman_id":"825a792c-63bc-4a7c-b573-5a3fc3815790"},{"name":"Book Doctor Appointment","id":"dc25f82f-b7d2-4c49-9577-9a05141c0acc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"availabilityId\" : 57,\r\n    \"patientId\" : \"00-00005\",\r\n    \"appointmentType\" : \"Telemedicine\",\r\n    \"appointmentStatus\" : \"Booked\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/appointments/book","description":"<p>This API handles the booking of an appointment slot, accepting <code>BookAppointmentRequestDto</code> with booking details and returning a confirmation message.</p>\n","urlObject":{"port":"8090","path":["appointments","book"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f2028eb7-11ca-4925-8f0d-7dff4edd30d2","name":"Book Doctor Appointment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"availabilityId\" : 57,\r\n    \"patientId\" : \"00-00005\",\r\n    \"appointmentType\" : \"Telemedicine\",\r\n    \"appointmentStatus\" : \"Booked\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/appointments/book"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:40:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Appointments booked successfully\",\n    \"status\": \"CREATED\"\n}"}],"_postman_id":"dc25f82f-b7d2-4c49-9577-9a05141c0acc"},{"name":"Get Appointment By Doctor Id","id":"5d9e4500-d590-4618-9205-a868c8f861f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/appointments/get/doctor/11-00001","description":"<p>This endpoint lists appointments associated with a particular doctor's ID, responding with a list of <code>AppointmentDto</code>.</p>\n","urlObject":{"port":"8090","path":["appointments","get","doctor","11-00001"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4471b1bb-78d4-448d-b7f9-e02974a4115f","name":"Appointment Get By Doctor Id","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/appointments/get/doctor/11-00001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:41:11 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"appointmentId\": 1,\n        \"doctorId\": \"11-00001\",\n        \"patientId\": \"00-00001\",\n        \"doctorAvailabilityId\": 1,\n        \"appointmentType\": \"Telemedicine\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    }\n]"}],"_postman_id":"5d9e4500-d590-4618-9205-a868c8f861f4"},{"name":"Approve Doctor And Assign Rooms","id":"f75e71ca-2bb5-4eab-afb7-f8fb331eedf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8090/doctors/approve/11-00001/211","description":"<p>This endpoint handles the approval of a doctor's status using their ID and room number, confirming the approval in the response.</p>\n","urlObject":{"port":"8090","path":["doctors","approve","11-00001","211"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fb21d90f-7ac3-48e4-b984-817407767ef6","name":"Approve Doctor And Assign Rooms","originalRequest":{"method":"POST","header":[],"url":"localhost:8090/doctors/approve/11-00001/211"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:42:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Doctor approved successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"f75e71ca-2bb5-4eab-afb7-f8fb331eedf2"},{"name":"Get Appointment By Doctor Id and Date","id":"8f0b845a-5139-4776-a50f-a29d2d8ffa6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/appointments/get/doctor/11-00003/2023-11-24","description":"<p>This API retrieves appointments for a specific doctor on a given date, providing a list of <code>AppointmentDto</code>.</p>\n","urlObject":{"port":"8090","path":["appointments","get","doctor","11-00003","2023-11-24"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cdadcb69-7ef2-4820-b734-82526303a1c1","name":"Get Appointment By Doctor Id and Date","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/appointments/get/doctor/11-00003/2023-11-24"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:42:30 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"appointmentId\": 6,\n        \"doctorId\": \"11-00003\",\n        \"patientId\": \"00-00001\",\n        \"doctorAvailabilityId\": 31,\n        \"appointmentType\": \"Telemedicine\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    },\n    {\n        \"appointmentId\": 7,\n        \"doctorId\": \"11-00003\",\n        \"patientId\": \"00-00013\",\n        \"doctorAvailabilityId\": 32,\n        \"appointmentType\": \"In_Person\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    }\n]"}],"_postman_id":"8f0b845a-5139-4776-a50f-a29d2d8ffa6b"},{"name":"Get All Appointment Slots By DoctorId and Date","id":"0cbfb200-7057-4c67-9b86-ca42a8026883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/appointments/slots/get/doctor/11-00003/2023-11-24","description":"<p>This API shows available slots for a doctor on a specific date, responding with <code>DoctorAvailabilityDto</code>.</p>\n","urlObject":{"port":"8090","path":["appointments","slots","get","doctor","11-00003","2023-11-24"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"919b78f0-b76c-4c50-9972-94190cb8114a","name":"Get All Appointment Slots By DoctorId and Date","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/appointments/slots/get/doctor/11-00003/2023-11-24"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:43:02 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"availabilityId\": 33,\n        \"doctorId\": \"11-00003\",\n        \"date\": \"2023-11-24\",\n        \"startTime\": \"19:49:00\",\n        \"endTime\": \"20:09:00\",\n        \"isAvailable\": true\n    },\n    {\n        \"availabilityId\": 35,\n        \"doctorId\": \"11-00003\",\n        \"date\": \"2023-11-24\",\n        \"startTime\": \"20:29:00\",\n        \"endTime\": \"20:49:00\",\n        \"isAvailable\": true\n    },\n    {\n        \"availabilityId\": 36,\n        \"doctorId\": \"11-00003\",\n        \"date\": \"2023-11-24\",\n        \"startTime\": \"20:49:00\",\n        \"endTime\": \"21:09:00\",\n        \"isAvailable\": true\n    },\n    {\n        \"availabilityId\": 37,\n        \"doctorId\": \"11-00003\",\n        \"date\": \"2023-11-24\",\n        \"startTime\": \"21:09:00\",\n        \"endTime\": \"21:29:00\",\n        \"isAvailable\": true\n    },\n    {\n        \"availabilityId\": 38,\n        \"doctorId\": \"11-00003\",\n        \"date\": \"2023-11-24\",\n        \"startTime\": \"21:29:00\",\n        \"endTime\": \"21:49:00\",\n        \"isAvailable\": true\n    },\n    {\n        \"availabilityId\": 39,\n        \"doctorId\": \"11-00003\",\n        \"date\": \"2023-11-24\",\n        \"startTime\": \"21:49:00\",\n        \"endTime\": \"22:09:00\",\n        \"isAvailable\": true\n    },\n    {\n        \"availabilityId\": 40,\n        \"doctorId\": \"11-00003\",\n        \"date\": \"2023-11-24\",\n        \"startTime\": \"22:09:00\",\n        \"endTime\": \"22:29:00\",\n        \"isAvailable\": true\n    },\n    {\n        \"availabilityId\": 41,\n        \"doctorId\": \"11-00003\",\n        \"date\": \"2023-11-24\",\n        \"startTime\": \"22:29:00\",\n        \"endTime\": \"22:49:00\",\n        \"isAvailable\": true\n    },\n    {\n        \"availabilityId\": 42,\n        \"doctorId\": \"11-00003\",\n        \"date\": \"2023-11-24\",\n        \"startTime\": \"22:49:00\",\n        \"endTime\": \"23:09:00\",\n        \"isAvailable\": true\n    },\n    {\n        \"availabilityId\": 43,\n        \"doctorId\": \"11-00003\",\n        \"date\": \"2023-11-24\",\n        \"startTime\": \"16:20:00\",\n        \"endTime\": \"16:45:00\",\n        \"isAvailable\": true\n    },\n    {\n        \"availabilityId\": 44,\n        \"doctorId\": \"11-00003\",\n        \"date\": \"2023-11-24\",\n        \"startTime\": \"16:45:00\",\n        \"endTime\": \"17:10:00\",\n        \"isAvailable\": true\n    },\n    {\n        \"availabilityId\": 45,\n        \"doctorId\": \"11-00003\",\n        \"date\": \"2023-11-24\",\n        \"startTime\": \"17:10:00\",\n        \"endTime\": \"17:35:00\",\n        \"isAvailable\": true\n    },\n    {\n        \"availabilityId\": 46,\n        \"doctorId\": \"11-00003\",\n        \"date\": \"2023-11-24\",\n        \"startTime\": \"17:35:00\",\n        \"endTime\": \"18:00:00\",\n        \"isAvailable\": true\n    }\n]"}],"_postman_id":"0cbfb200-7057-4c67-9b86-ca42a8026883"},{"name":"Delete Appointment Slots","id":"6d324302-d11b-481f-9f81-ac2a24fbaf18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8090/appointments/slots/delete/1","description":"<p>This endpoint handles the deletion of a doctor's availability slot, providing a confirmation message.</p>\n","urlObject":{"port":"8090","path":["appointments","slots","delete","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"44e78626-7e5d-42e7-a4cc-7715359fb59b","name":"Delete Appointment Slots","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8090/appointments/slots/delete/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:43:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Doctor availability slot deleted successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"6d324302-d11b-481f-9f81-ac2a24fbaf18"},{"name":"Get Booked Appointment By DoctorId and Date","id":"83d6dac7-11ff-412a-be1a-43549e15b3f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/appointments/get/doctor/11-00003/2023-11-21","description":"<p>This API retrieves appointments for a specific doctor on a given date, providing a list of <code>AppointmentDto</code>.</p>\n","urlObject":{"port":"8090","path":["appointments","get","doctor","11-00003","2023-11-21"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7033d0a6-ed5c-4831-a819-c5ee2e129a14","name":"Get Booked Appointment By DoctorId and Date","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/appointments/get/doctor/11-00003/2023-11-21"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:43:47 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"appointmentId\": 2,\n        \"doctorId\": \"11-00003\",\n        \"patientId\": \"00-00001\",\n        \"doctorAvailabilityId\": 8,\n        \"appointmentType\": \"Telemedicine\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    },\n    {\n        \"appointmentId\": 3,\n        \"doctorId\": \"11-00003\",\n        \"patientId\": \"00-00001\",\n        \"doctorAvailabilityId\": 9,\n        \"appointmentType\": \"Telemedicine\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    },\n    {\n        \"appointmentId\": 4,\n        \"doctorId\": \"11-00003\",\n        \"patientId\": \"00-00001\",\n        \"doctorAvailabilityId\": 10,\n        \"appointmentType\": \"Telemedicine\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    },\n    {\n        \"appointmentId\": 5,\n        \"doctorId\": \"11-00003\",\n        \"patientId\": \"00-00001\",\n        \"doctorAvailabilityId\": 11,\n        \"appointmentType\": \"Telemedicine\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    }\n]"}],"_postman_id":"83d6dac7-11ff-412a-be1a-43549e15b3f7"},{"name":"Get All Distinct Departments","id":"d4ceae5d-55ad-47b3-a8f9-e6dc25a94be1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/doctors/department/list","description":"<p>This API provides a list of all departments with doctors, returning the list of department names.</p>\n","urlObject":{"port":"8090","path":["doctors","department","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cebd162e-4a6b-4d07-a149-b59c78b4176a","name":"Get All Distinct Departments","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/doctors/department/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:44:04 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    \"Cardiology\",\n    \"Dermatology\",\n    \"XYY\",\n    \"CSE\"\n]"}],"_postman_id":"d4ceae5d-55ad-47b3-a8f9-e6dc25a94be1"},{"name":"Get Doctor By Department","id":"12a0dd8e-5572-4d4e-813c-88423700ef8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/doctors/department/Cardiology","description":"<p>This endpoint retrieves a list of doctors based on the specified department, providing their details.</p>\n","urlObject":{"port":"8090","path":["doctors","department","Cardiology"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b8c88324-5212-44fe-9ed1-7b1327367977","name":"Get Doctor By Department","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/doctors/department/Cardiology"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:44:24 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"doctorId\": \"11-00001\",\n        \"userId\": 8,\n        \"email\": \"doctor11@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00002\",\n        \"userId\": 9,\n        \"email\": \"doctor121@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00003\",\n        \"userId\": 10,\n        \"email\": \"doctor1221@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    }\n]"}],"_postman_id":"12a0dd8e-5572-4d4e-813c-88423700ef8f"},{"name":"Get All Doctors","id":"f949e2f6-b428-4865-9cf9-2551a2e31808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/doctors/list","description":"<p>This API lists all registered doctors, returning their details in a list.</p>\n","urlObject":{"port":"8090","path":["doctors","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"523df351-041a-469f-82a9-b144f1d834fd","name":"Get All Doctors","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/doctors/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:44:40 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"doctorId\": \"11-00001\",\n        \"userId\": 8,\n        \"email\": \"doctor11@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00002\",\n        \"userId\": 9,\n        \"email\": \"doctor121@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00003\",\n        \"userId\": 10,\n        \"email\": \"doctor1221@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00004\",\n        \"userId\": 22,\n        \"email\": \"doctor12221@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Dermatology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00005\",\n        \"userId\": 23,\n        \"email\": \"doctor1222122@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"XYY\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00006\",\n        \"userId\": 24,\n        \"email\": \"moien1@gmail.com\",\n        \"firstName\": \"Moien\",\n        \"lastName\": \"Bhai\",\n        \"careerTitle\": \"MBBS\",\n        \"department\": \"CSE\",\n        \"specialization\": \"JAVA\",\n        \"designation\": \"Trainee\",\n        \"institute\": \"BJIT\",\n        \"experienceYears\": 3,\n        \"qualifications\": \"MBBS\",\n        \"licenseNumber\": \"0122344\",\n        \"dateOfBirth\": \"2023-11-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"01754402481\",\n        \"biography\": \"sdgjfdkgklfd\",\n        \"address\": \"Dhaka\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00007\",\n        \"userId\": 26,\n        \"email\": \"doctor12221223@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"XYY\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00008\",\n        \"userId\": 30,\n        \"email\": \"mbbsdoctor@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"XYY\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": false\n    }\n]"}],"_postman_id":"f949e2f6-b428-4865-9cf9-2551a2e31808"},{"name":"Approve Doctor and Allocate Room","id":"a5713000-b103-4907-b84a-6903f7b149c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8090/doctors/approve/allocate/11-00003/212","description":"<p>This endpoint manages both approving a doctor and allocating them a room, using the doctor's ID and the room number.</p>\n","urlObject":{"port":"8090","path":["doctors","approve","allocate","11-00003","212"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0606ca48-dd11-406b-86de-8aca0482a949","name":"Approve Doctor and Allocate Room","originalRequest":{"method":"POST","header":[],"url":"localhost:8090/doctors/approve/allocate/11-00003/212"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:46:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Doctor approved and room allocated successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"a5713000-b103-4907-b84a-6903f7b149c0"},{"name":"Find All Approved Doctor","id":"69cd4f6a-8fbd-4a48-9e65-7b3d1b49705c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/doctors/approved/list","description":"<p>This API retrieves a list of all approved doctors, returning their details.</p>\n","urlObject":{"port":"8090","path":["doctors","approved","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c4a0c53f-7c87-4cdd-8172-9476cadcc6f8","name":"Find All Approved Doctor","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/doctors/approved/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:46:23 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"doctorId\": \"11-00001\",\n        \"userId\": 8,\n        \"email\": \"doctor11@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00002\",\n        \"userId\": 9,\n        \"email\": \"doctor121@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00003\",\n        \"userId\": 10,\n        \"email\": \"doctor1221@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00004\",\n        \"userId\": 22,\n        \"email\": \"doctor12221@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Dermatology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00005\",\n        \"userId\": 23,\n        \"email\": \"doctor1222122@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"XYY\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00006\",\n        \"userId\": 24,\n        \"email\": \"moien1@gmail.com\",\n        \"firstName\": \"Moien\",\n        \"lastName\": \"Bhai\",\n        \"careerTitle\": \"MBBS\",\n        \"department\": \"CSE\",\n        \"specialization\": \"JAVA\",\n        \"designation\": \"Trainee\",\n        \"institute\": \"BJIT\",\n        \"experienceYears\": 3,\n        \"qualifications\": \"MBBS\",\n        \"licenseNumber\": \"0122344\",\n        \"dateOfBirth\": \"2023-11-01\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"01754402481\",\n        \"biography\": \"sdgjfdkgklfd\",\n        \"address\": \"Dhaka\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00007\",\n        \"userId\": 26,\n        \"email\": \"doctor12221223@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"XYY\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    }\n]"}],"_postman_id":"69cd4f6a-8fbd-4a48-9e65-7b3d1b49705c"},{"name":"Count Total Doctors","id":"25cd7020-000f-4874-8dcf-6c1919d8e0f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/doctors/count","description":"<p>This endpoint provides the total number of registered doctors, returning the count in the response.</p>\n","urlObject":{"port":"8090","path":["doctors","count"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5c096f82-2e42-4a60-a20c-ba5d46b4fb35","name":"Count Total Doctors","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/doctors/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:46:44 GMT"}],"cookie":[],"responseTime":null,"body":"8"}],"_postman_id":"25cd7020-000f-4874-8dcf-6c1919d8e0f5"},{"name":"Get Patients Booked Appointment List","id":"43a403aa-d368-4a09-8924-9df438ab8cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/appointments/get/all/patient/00-00001","description":"<p>This API lists all booked appointments for a patient, returning <code>AppointmentAllDataDto</code>.</p>\n","urlObject":{"port":"8090","path":["appointments","get","all","patient","00-00001"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3730a049-6bc4-457b-8fb9-e862511980b2","name":"Get Patients Booked Appointment List","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/appointments/get/all/patient/00-00001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:47:12 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"doctorAvailability\": {\n            \"availabilityId\": 1,\n            \"doctorId\": \"11-00001\",\n            \"date\": \"2023-12-02\",\n            \"startTime\": \"19:20:00\",\n            \"endTime\": \"19:45:00\",\n            \"isAvailable\": false\n        },\n        \"appointment\": {\n            \"appointmentId\": 1,\n            \"doctorId\": \"11-00001\",\n            \"patientId\": \"00-00001\",\n            \"doctorAvailabilityId\": 1,\n            \"appointmentType\": \"Telemedicine\",\n            \"appointmentStatus\": \"Booked\",\n            \"isActive\": true\n        }\n    },\n    {\n        \"doctorAvailability\": {\n            \"availabilityId\": 8,\n            \"doctorId\": \"11-00003\",\n            \"date\": \"2023-11-21\",\n            \"startTime\": \"17:10:00\",\n            \"endTime\": \"17:20:00\",\n            \"isAvailable\": false\n        },\n        \"appointment\": {\n            \"appointmentId\": 2,\n            \"doctorId\": \"11-00003\",\n            \"patientId\": \"00-00001\",\n            \"doctorAvailabilityId\": 8,\n            \"appointmentType\": \"Telemedicine\",\n            \"appointmentStatus\": \"Booked\",\n            \"isActive\": true\n        }\n    },\n    {\n        \"doctorAvailability\": {\n            \"availabilityId\": 9,\n            \"doctorId\": \"11-00003\",\n            \"date\": \"2023-11-21\",\n            \"startTime\": \"17:20:00\",\n            \"endTime\": \"17:30:00\",\n            \"isAvailable\": false\n        },\n        \"appointment\": {\n            \"appointmentId\": 3,\n            \"doctorId\": \"11-00003\",\n            \"patientId\": \"00-00001\",\n            \"doctorAvailabilityId\": 9,\n            \"appointmentType\": \"Telemedicine\",\n            \"appointmentStatus\": \"Booked\",\n            \"isActive\": true\n        }\n    },\n    {\n        \"doctorAvailability\": {\n            \"availabilityId\": 10,\n            \"doctorId\": \"11-00003\",\n            \"date\": \"2023-11-21\",\n            \"startTime\": \"17:30:00\",\n            \"endTime\": \"17:40:00\",\n            \"isAvailable\": false\n        },\n        \"appointment\": {\n            \"appointmentId\": 4,\n            \"doctorId\": \"11-00003\",\n            \"patientId\": \"00-00001\",\n            \"doctorAvailabilityId\": 10,\n            \"appointmentType\": \"Telemedicine\",\n            \"appointmentStatus\": \"Booked\",\n            \"isActive\": true\n        }\n    },\n    {\n        \"doctorAvailability\": {\n            \"availabilityId\": 11,\n            \"doctorId\": \"11-00003\",\n            \"date\": \"2023-11-21\",\n            \"startTime\": \"17:40:00\",\n            \"endTime\": \"17:50:00\",\n            \"isAvailable\": false\n        },\n        \"appointment\": {\n            \"appointmentId\": 5,\n            \"doctorId\": \"11-00003\",\n            \"patientId\": \"00-00001\",\n            \"doctorAvailabilityId\": 11,\n            \"appointmentType\": \"Telemedicine\",\n            \"appointmentStatus\": \"Booked\",\n            \"isActive\": true\n        }\n    },\n    {\n        \"doctorAvailability\": {\n            \"availabilityId\": 31,\n            \"doctorId\": \"11-00003\",\n            \"date\": \"2023-11-24\",\n            \"startTime\": \"19:09:00\",\n            \"endTime\": \"19:29:00\",\n            \"isAvailable\": false\n        },\n        \"appointment\": {\n            \"appointmentId\": 6,\n            \"doctorId\": \"11-00003\",\n            \"patientId\": \"00-00001\",\n            \"doctorAvailabilityId\": 31,\n            \"appointmentType\": \"Telemedicine\",\n            \"appointmentStatus\": \"Booked\",\n            \"isActive\": true\n        }\n    }\n]"}],"_postman_id":"43a403aa-d368-4a09-8924-9df438ab8cb4"},{"name":"Get Doctors Booked Appointment By date","id":"cc7ab653-f5f7-4a39-93b4-383c38d2c9b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/appointments/get/booked/doctor/11-00003/2023-11-24","description":"<p>This endpoint retrieves booked appointments for a doctor on a specific date, providing <code>AppointmentDto</code>.</p>\n","urlObject":{"port":"8090","path":["appointments","get","booked","doctor","11-00003","2023-11-24"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d7f92e01-3a44-4a90-b941-af64b2aed8d8","name":"Get Doctors Booked Appointment By date","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/appointments/get/booked/doctor/11-00003/2023-11-24"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:47:32 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"appointmentId\": 6,\n        \"doctorId\": \"11-00003\",\n        \"patientId\": \"00-00001\",\n        \"doctorAvailabilityId\": 31,\n        \"appointmentType\": \"Telemedicine\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    },\n    {\n        \"appointmentId\": 7,\n        \"doctorId\": \"11-00003\",\n        \"patientId\": \"00-00013\",\n        \"doctorAvailabilityId\": 32,\n        \"appointmentType\": \"In_Person\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    }\n]"}],"_postman_id":"cc7ab653-f5f7-4a39-93b4-383c38d2c9b0"},{"name":"Search Doctor By Name","id":"cd6a10f9-800f-48f7-8022-3fe7b27fdbb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/doctors/search/name/j","description":"<p>This API allows for searching doctors by their name, returning a list of doctors matching the search criteria.</p>\n","urlObject":{"port":"8090","path":["doctors","search","name","j"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2dcaa61a-3f85-41d0-8313-4104349faf14","name":"Search Doctor By Name","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/doctors/search/name/j"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:48:05 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"doctorId\": \"11-00001\",\n        \"userId\": 8,\n        \"email\": \"doctor11@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00002\",\n        \"userId\": 9,\n        \"email\": \"doctor121@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00003\",\n        \"userId\": 10,\n        \"email\": \"doctor1221@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00004\",\n        \"userId\": 22,\n        \"email\": \"doctor12221@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Dermatology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00005\",\n        \"userId\": 23,\n        \"email\": \"doctor1222122@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"XYY\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00007\",\n        \"userId\": 26,\n        \"email\": \"doctor12221223@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"XYY\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00008\",\n        \"userId\": 30,\n        \"email\": \"mbbsdoctor@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"XYY\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": false\n    }\n]"}],"_postman_id":"cd6a10f9-800f-48f7-8022-3fe7b27fdbb8"},{"name":"Search Doctor By Department Name","id":"9190f9fb-5fe9-4ecb-aef7-74a137580dc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/doctors/search/department/car","description":"<p>This endpoint facilitates searching for doctors by their department, providing a list of relevant doctors.</p>\n","urlObject":{"port":"8090","path":["doctors","search","department","car"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"58e4a5f6-ccff-4edb-8bf1-8c61731de896","name":"Search Doctor By Department Name","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/doctors/search/department/car"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:48:37 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"doctorId\": \"11-00001\",\n        \"userId\": 8,\n        \"email\": \"doctor11@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00002\",\n        \"userId\": 9,\n        \"email\": \"doctor121@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    },\n    {\n        \"doctorId\": \"11-00003\",\n        \"userId\": 10,\n        \"email\": \"doctor1221@example.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"careerTitle\": \"Senior Surgeon\",\n        \"department\": \"Cardiology\",\n        \"specialization\": \"Cardiac Surgery\",\n        \"designation\": \"Lead Surgeon\",\n        \"institute\": \"City Hospital\",\n        \"experienceYears\": 15,\n        \"qualifications\": \"MBBS, MD\",\n        \"licenseNumber\": \"MED123456\",\n        \"dateOfBirth\": \"1975-01-15\",\n        \"gender\": \"Male\",\n        \"bloodGroup\": \"A_Positive\",\n        \"phoneNumber\": \"1234567890\",\n        \"biography\": \"A brief biography of the doctor\",\n        \"address\": \"123 Main St, Anytown, AN 12345\",\n        \"active\": true,\n        \"approved\": true\n    }\n]"}],"_postman_id":"9190f9fb-5fe9-4ecb-aef7-74a137580dc4"},{"name":"Count Total Appointments","id":"f9f8142b-acd7-45e3-b5c7-de556f8001d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/appointments/count","description":"<p>This API provides the total count of appointments, responding with a numerical value.</p>\n","urlObject":{"port":"8090","path":["appointments","count"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b0a15f40-fbe3-4b31-af27-0a0c4500b191","name":"Count Total Appointments","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/appointments/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:49:08 GMT"}],"cookie":[],"responseTime":null,"body":"11"}],"_postman_id":"f9f8142b-acd7-45e3-b5c7-de556f8001d9"},{"name":"Patients Upcoming Appointments","id":"0b31c424-1113-4b78-9aaf-67dc39ddcb21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/appointments/get/upcoming/patient/00-00001","description":"<p>This endpoint lists upcoming appointments for a patient, returning <code>AppointmentDto</code>.</p>\n","urlObject":{"port":"8090","path":["appointments","get","upcoming","patient","00-00001"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f5e19c81-7a47-4b47-b7db-7ced3b64bee1","name":"Patients Upcoming Appointments","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/appointments/get/upcoming/patient/00-00001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:49:43 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"appointmentId\": 1,\n        \"doctorId\": \"11-00001\",\n        \"patientId\": \"00-00001\",\n        \"doctorAvailabilityId\": 1,\n        \"appointmentType\": \"Telemedicine\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    }\n]"}],"_postman_id":"0b31c424-1113-4b78-9aaf-67dc39ddcb21"},{"name":"Doctors Appointment On Today","id":"bcee9b90-7481-4fe6-aeb0-2279a3a4a2e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/appointments/get/today/doctor/11-00003","description":"<p>This API fetches appointments scheduled for today for a specific doctor, responding with <code>AppointmentDto</code>.</p>\n","urlObject":{"port":"8090","path":["appointments","get","today","doctor","11-00003"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4731d8b1-a63e-4c38-a784-7f2ea6525922","name":"Doctors Appointment On Today","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/appointments/get/today/doctor/11-00003"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:50:35 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"appointmentId\": 9,\n        \"doctorId\": \"11-00003\",\n        \"patientId\": \"00-00002\",\n        \"doctorAvailabilityId\": 59,\n        \"appointmentType\": \"Telemedicine\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    },\n    {\n        \"appointmentId\": 10,\n        \"doctorId\": \"11-00003\",\n        \"patientId\": \"00-00003\",\n        \"doctorAvailabilityId\": 58,\n        \"appointmentType\": \"Telemedicine\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    },\n    {\n        \"appointmentId\": 11,\n        \"doctorId\": \"11-00003\",\n        \"patientId\": \"00-00005\",\n        \"doctorAvailabilityId\": 57,\n        \"appointmentType\": \"Telemedicine\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    }\n]"}],"_postman_id":"bcee9b90-7481-4fe6-aeb0-2279a3a4a2e9"},{"name":"Doctors All Appointments","id":"b2599de2-2746-4a51-9ce8-2ceea72a5814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/appointments/get/all/doctor/11-00001","description":"<p>This endpoint provides a list of all appointments for a specific doctor, returning <code>AppointmentDto</code>.</p>\n","urlObject":{"port":"8090","path":["appointments","get","all","doctor","11-00001"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3c7934f5-8998-42d4-9679-6d717ff098a6","name":"Doctors All Appointments","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/appointments/get/all/doctor/11-00001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:51:09 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"appointmentId\": 1,\n        \"doctorId\": \"11-00001\",\n        \"patientId\": \"00-00001\",\n        \"doctorAvailabilityId\": 1,\n        \"appointmentType\": \"Telemedicine\",\n        \"appointmentStatus\": \"Booked\",\n        \"isActive\": true\n    }\n]"}],"_postman_id":"b2599de2-2746-4a51-9ce8-2ceea72a5814"}],"id":"524d13af-8b6c-4ec8-8395-a59468a8d188","_postman_id":"524d13af-8b6c-4ec8-8395-a59468a8d188","description":""},{"name":"community-portal-service","item":[{"name":"Community Create Post","id":"91b5cd8f-0ba5-43d0-9c0f-e94f5c761ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"postTitle\": \"Great Experience at the Hospital\",\r\n    \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/community-portal/posts/create","description":"<p>This endpoint handles the creation of a new post. It accepts a <code>PostDto</code> containing the post details and responds with a success message upon creation.</p>\n","urlObject":{"port":"8090","path":["community-portal","posts","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"94acc2c2-adec-4409-bf8e-cc33bf94760f","name":"Community Create Post","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"postTitle\": \"Great Experience at the Hospital\",\r\n    \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/community-portal/posts/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:15:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post created successfully\",\n    \"status\": \"CREATED\"\n}"}],"_postman_id":"91b5cd8f-0ba5-43d0-9c0f-e94f5c761ac8"},{"name":"Community Create Comment","id":"ae72d0ac-470a-40d6-b299-84f244d743a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"postId\": 13,\r\n    \"commentContent\": \"This is my comment on the post.\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/community-portal/comments/create","description":"<p>This endpoint manages the creation of new comments. It takes a <code>CommentDto</code> containing comment details and responds with a success message upon creation.</p>\n","urlObject":{"port":"8090","path":["community-portal","comments","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f4a2f699-4bb4-4845-a342-e9a76491b73d","name":"Community Create Comment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"postId\": 13,\r\n    \"commentContent\": \"This is my comment on the post.\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/community-portal/comments/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:15:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Comment created successfully\",\n    \"status\": \"CREATED\"\n}"}],"_postman_id":"ae72d0ac-470a-40d6-b299-84f244d743a2"},{"name":"Community Cast Vote","id":"05a304a8-3dc0-487c-a831-cc0837d9281f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"postId\" : 2,\n    \"voteType\" : \"Downvote\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/community-portal/posts/vote","description":"<p>This API handles voting on posts. It accepts a <code>VoteDto</code> with vote details and returns a confirmation message indicating successful voting.</p>\n","urlObject":{"port":"8090","path":["community-portal","posts","vote"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"77330f4c-d35e-4a3f-b2a8-21ad5afb618b","name":"Community Cast Vote","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"postId\" : 2,\n    \"voteType\" : \"Downvote\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/community-portal/posts/vote"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:16:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Voted successfully\",\n    \"status\": \"CREATED\"\n}"}],"_postman_id":"05a304a8-3dc0-487c-a831-cc0837d9281f"},{"name":"Community Count Votes For Post","id":"3bb72c91-3b85-4997-83ee-1e6dbfa344b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8090/community-portal/posts/3/votes/count","description":"<p>This endpoint provides a count of votes for a specific post, identified by its ID. It responds with a <code>VoteCountDto</code> containing the vote count details.</p>\n","urlObject":{"port":"8090","path":["community-portal","posts","3","votes","count"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4965ec43-93af-42db-9315-2b625397d1b6","name":"Community Count Votes For Post","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/community-portal/posts/3/votes/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:16:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"postId\": 3,\n    \"upVoteCount\": 0,\n    \"downVoteCount\": 0\n}"}],"_postman_id":"3bb72c91-3b85-4997-83ee-1e6dbfa344b4"},{"name":"Community Get All Posts","id":"8862eb1e-58eb-4708-ba60-2c81ab6b7b37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/community-portal/posts","description":"<p>This endpoint lists all posts available on the community portal. It responds with a list of <code>PostDto</code> objects representing each post.</p>\n","urlObject":{"port":"8090","path":["community-portal","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2dda10c3-d885-46c6-9120-94cbd0a3d478","name":"Community Get All Posts","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/community-portal/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:16:42 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"postId\": 14,\n        \"patientId\": \"00-00013\",\n        \"postTitle\": \"Great Experience at the Hospital\",\n        \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\",\n        \"createdAt\": \"2023-11-28T22:15:17\",\n        \"active\": true\n    },\n    {\n        \"postId\": 13,\n        \"patientId\": \"00-00013\",\n        \"postTitle\": \"sdgfdg\",\n        \"postContent\": \"sfgfdgdfgdgdfgfg\",\n        \"createdAt\": \"2023-11-28T14:15:27\",\n        \"active\": true\n    },\n    {\n        \"postId\": 12,\n        \"patientId\": \"00-00001\",\n        \"postTitle\": \"Great Experience at the Hospital\",\n        \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\",\n        \"createdAt\": \"2023-11-20T16:09:23\",\n        \"active\": true\n    },\n    {\n        \"postId\": 11,\n        \"patientId\": \"00-00001\",\n        \"postTitle\": \"Great Experience at the Hospital\",\n        \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\",\n        \"createdAt\": \"2023-11-15T10:38:41\",\n        \"active\": true\n    },\n    {\n        \"postId\": 10,\n        \"patientId\": \"00-00001\",\n        \"postTitle\": \"Great Experience at the Hospital\",\n        \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\",\n        \"createdAt\": \"2023-11-14T16:26:26\",\n        \"active\": true\n    },\n    {\n        \"postId\": 9,\n        \"patientId\": \"00-00001\",\n        \"postTitle\": \"Great Experience at the Hospital\",\n        \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\",\n        \"createdAt\": \"2023-11-14T10:21:50\",\n        \"active\": true\n    },\n    {\n        \"postId\": 8,\n        \"patientId\": \"00-00001\",\n        \"postTitle\": \"Great Experience at the Hospital\",\n        \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\",\n        \"createdAt\": \"2023-11-13T18:35:06\",\n        \"active\": true\n    },\n    {\n        \"postId\": 7,\n        \"patientId\": \"00-00001\",\n        \"postTitle\": \"Great Experience at the Hospital\",\n        \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\",\n        \"createdAt\": \"2023-11-13T18:35:04\",\n        \"active\": true\n    },\n    {\n        \"postId\": 6,\n        \"patientId\": \"00-00001\",\n        \"postTitle\": \"Great Experience at the Hospital\",\n        \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\",\n        \"createdAt\": \"2023-11-13T18:21:38\",\n        \"active\": true\n    },\n    {\n        \"postId\": 5,\n        \"patientId\": \"00-00001\",\n        \"postTitle\": \"Great Experience at the Hospital\",\n        \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\",\n        \"createdAt\": \"2023-11-13T18:13:18\",\n        \"active\": true\n    },\n    {\n        \"postId\": 4,\n        \"patientId\": \"00-00001\",\n        \"postTitle\": \"Great Experience at the Hospital\",\n        \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\",\n        \"createdAt\": \"2023-11-13T18:12:20\",\n        \"active\": true\n    },\n    {\n        \"postId\": 3,\n        \"patientId\": \"00-00001\",\n        \"postTitle\": \"Great Experience at the Hospital\",\n        \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\",\n        \"createdAt\": \"2023-11-13T18:10:01\",\n        \"active\": true\n    },\n    {\n        \"postId\": 2,\n        \"patientId\": \"00-00001\",\n        \"postTitle\": \"Great Experience at the Hospital- Updated\",\n        \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\",\n        \"createdAt\": \"2023-11-13T18:03:05\",\n        \"active\": true\n    }\n]"}],"_postman_id":"8862eb1e-58eb-4708-ba60-2c81ab6b7b37"},{"name":"Community Get Post By Id","id":"0aae0c45-76db-4201-8c48-215c97c2be28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/community-portal/posts/3","description":"<p>This API retrieves a specific post by its ID. It returns the <code>PostDto</code> of the requested post if found.</p>\n","urlObject":{"port":"8090","path":["community-portal","posts","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"664b6f70-816b-442b-a124-7edc46501eb6","name":"Community Get Post By Id","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/community-portal/posts/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:16:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"postId\": 3,\n    \"patientId\": \"00-00001\",\n    \"postTitle\": \"Great Experience at the Hospital\",\n    \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\",\n    \"createdAt\": \"2023-11-13T18:10:01\",\n    \"active\": true\n}"}],"_postman_id":"0aae0c45-76db-4201-8c48-215c97c2be28"},{"name":"Community Update Post","id":"abffb44c-032f-4ebc-b013-1cec9d8fae69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"postId\": 2,\r\n    \"postTitle\": \"Great Experience at the Hospital- Updated\",\r\n    \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/community-portal/posts/update","description":"<p>This API allows for updating an existing post. It accepts a <code>PostDto</code> with updated post details and returns a confirmation message upon successful update.</p>\n","urlObject":{"port":"8090","path":["community-portal","posts","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d2c3b199-0da2-499a-8ef4-7ef8039ad29b","name":"Community Update Post","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"postId\": 2,\r\n    \"postTitle\": \"Great Experience at the Hospital- Updated\",\r\n    \"postContent\": \"I had a surgery last week and the care I received was exceptional. The staff was caring and attentive, and the facilities were top-notch.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/community-portal/posts/update"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:19:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You are not authorized to update the post\",\n    \"status\": \"UNAUTHORIZED\"\n}"}],"_postman_id":"abffb44c-032f-4ebc-b013-1cec9d8fae69"},{"name":"Community Comment Get By Id","id":"1a4fb588-59bc-4468-8dc1-174ff4874614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8090/community-portal/comments/2","description":"<p>This API retrieves a specific comment by its ID, returning the <code>CommentDto</code> of the requested comment.</p>\n","urlObject":{"port":"8090","path":["community-portal","comments","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e1d0c2fc-3278-4488-9696-0efe7b749d06","name":"Community Comment Get By Id","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/community-portal/comments/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:20:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"commentId\": 2,\n    \"patientId\": \"00-00001\",\n    \"postId\": 2,\n    \"commentContent\": \"This is my comment on the post.\",\n    \"createdAt\": \"2023-11-13T18:12:45\",\n    \"active\": true\n}"}],"_postman_id":"1a4fb588-59bc-4468-8dc1-174ff4874614"},{"name":"Community Get Comments By postId","id":"d92c9525-e6a9-4d45-85b9-9853f9f23459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/community-portal/posts/2/comments","description":"<p>This endpoint lists all comments associated with a specific post, identified by its ID. It responds with a list of <code>CommentDto</code> objects.</p>\n","urlObject":{"port":"8090","path":["community-portal","posts","2","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c28e5d4c-e0b3-46d9-a016-282effaeb801","name":"Community Get Comments By postId","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/community-portal/posts/2/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:20:33 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"commentId\": 1,\n        \"patientId\": \"00-00001\",\n        \"postId\": 2,\n        \"commentContent\": \"This is my comment on the post.\",\n        \"createdAt\": \"2023-11-13T18:04:28\",\n        \"active\": true\n    },\n    {\n        \"commentId\": 2,\n        \"patientId\": \"00-00001\",\n        \"postId\": 2,\n        \"commentContent\": \"This is my comment on the post.\",\n        \"createdAt\": \"2023-11-13T18:12:45\",\n        \"active\": true\n    },\n    {\n        \"commentId\": 3,\n        \"patientId\": \"00-00001\",\n        \"postId\": 2,\n        \"commentContent\": \"This is my comment on the post.\",\n        \"createdAt\": \"2023-11-20T16:09:49\",\n        \"active\": true\n    }\n]"}],"_postman_id":"d92c9525-e6a9-4d45-85b9-9853f9f23459"}],"id":"9583e8b2-ae11-4084-8637-6c533a5469d3","_postman_id":"9583e8b2-ae11-4084-8637-6c533a5469d3","description":""},{"name":"notification-service","item":[{"name":"Sms Notofication","id":"153ba50b-701c-403a-93bd-6b519e3a5280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"phoneNumberTo","value":"+8801754402481","type":"text"},{"key":"message","value":"Facebook Hack Key: 84970","type":"text"}]},"url":"localhost:8090/notifications/sms","description":"<p>This endpoint sends an SMS notification to a specified phone number with a custom message.</p>\n","urlObject":{"port":"8090","path":["notifications","sms"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"15f84dcf-2726-4074-9a8a-fcfafbe5d791","name":"Sms Notofication","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"phoneNumberTo","value":"+8801754402481","type":"text"},{"key":"message","value":"Facebook Hack Key: 84970","type":"text"}]},"url":"localhost:8090/notifications/sms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:22:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SMS notification sent successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"153ba50b-701c-403a-93bd-6b519e3a5280"},{"name":"Email Notification","id":"5485ba0c-93ee-4413-b4d4-552b4d5aaad8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"emailTo","value":"shadrilhassan@outlook.com","type":"text"},{"key":"subject","value":"Testing","type":"text"},{"key":"messageBody","value":"Sending mail notifications using spring boot 3","type":"text"}]},"url":"localhost:8090/notifications/email","description":"<p>This API facilitates sending an email notification to a specified email address with a subject and message body.</p>\n","urlObject":{"port":"8090","path":["notifications","email"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6008f9b6-1e44-4ffb-9b67-d740469007dd","name":"Email Notification","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"emailTo","value":"shadrilhassan@outlook.com","type":"text"},{"key":"subject","value":"Testing","type":"text"},{"key":"messageBody","value":"Sending mail notifications using spring boot 3","type":"text"}]},"url":"localhost:8090/notifications/email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:22:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Email notification sent successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"5485ba0c-93ee-4413-b4d4-552b4d5aaad8"},{"name":"Create Notification Preference","id":"fba2c953-6b7e-4b2c-950e-c508f5ca965b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\" : \"1\",\n    \"prefType\" : \"Email_Notification\",\n    \"enabled\" : \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/notifications/preferences/create","description":"<p>This endpoint creates a new notification preference for a user based on provided details.</p>\n","urlObject":{"port":"8090","path":["notifications","preferences","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0cf43896-9715-433b-9aeb-8190e7874974","name":"Create Notification Preference","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\" : \"1\",\n    \"prefType\" : \"Email_Notification\",\n    \"enabled\" : \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/notifications/preferences/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:23:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Notification preference created successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"fba2c953-6b7e-4b2c-950e-c508f5ca965b"},{"name":"Get Preferences by Type and User","id":"9de24d21-5719-4e23-9cbf-ac347a52227b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/notifications/preferences/1/Email_Notification","description":"<p>Retrieves a user's notification preference by preference type.</p>\n","urlObject":{"port":"8090","path":["notifications","preferences","1","Email_Notification"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"58e9c9a9-54c9-4c5e-b0ad-186a67ab2ce6","name":"Get Preferences by Type and User","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/notifications/preferences/1/Email_Notification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:23:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"notificationPreferenceId\": 1,\n    \"userId\": 1,\n    \"prefType\": \"Email_Notification\",\n    \"enabled\": true\n}"}],"_postman_id":"9de24d21-5719-4e23-9cbf-ac347a52227b"},{"name":"Update notification preference","id":"f75e51c5-f92e-4806-ae6e-d943e1dca323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"notificationPreferenceId\" : \"1\",\n    \"userId\" : \"1\",\n    \"prefType\" : \"Email_Notification\",\n    \"enabled\" : \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/notifications/preferences/update","description":"<p>Allows for updating an existing notification preference.</p>\n","urlObject":{"port":"8090","path":["notifications","preferences","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"46b44a9c-3127-45c1-a55c-c25896b7b2b7","name":"Update notification preference","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"notificationPreferenceId\" : \"1\",\n    \"userId\" : \"1\",\n    \"prefType\" : \"Email_Notification\",\n    \"enabled\" : \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/notifications/preferences/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:23:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Notification preference updated successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"f75e51c5-f92e-4806-ae6e-d943e1dca323"},{"name":"Delete Notification Preference","id":"dad0ac86-9dad-447e-a4ff-69cda20c1d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:8090/notifications/preferences/delete/1","description":"<p>Deletes a specified notification preference by taking the id as parameter.</p>\n","urlObject":{"port":"8090","path":["notifications","preferences","delete","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7f65c739-7302-4723-b511-31f520a88fff","name":"Delete Notification Preference","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8090/notifications/preferences/delete/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:24:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Notification preference deleted successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"dad0ac86-9dad-447e-a4ff-69cda20c1d61"},{"name":"Create Notification","id":"2577f1a1-a2c0-485a-86d0-0ff2a1f46c31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": 2,\n    \"notificationType\": \"ALERT\",\n    \"notificationText\": \"Your order has been shipped\",\n    \"timestamp\": \"2023-11-27T12:00:00\",\n    \"isRead\": false\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/notifications/create","description":"<p>Creates a new notification for a user.</p>\n","urlObject":{"port":"8090","path":["notifications","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"297ec8c0-4ae0-48c8-a106-f95105f75b00","name":"Create Notification","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": 2,\n    \"notificationType\": \"ALERT\",\n    \"notificationText\": \"Your order has been shipped\",\n    \"timestamp\": \"2023-11-27T12:00:00\",\n    \"isRead\": false\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/notifications/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:25:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Notification created successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"2577f1a1-a2c0-485a-86d0-0ff2a1f46c31"},{"name":"Unread Notifications By UserId","id":"475a38fc-bc75-4214-a96d-337e40936a0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8090/notifications/unread/2","description":"<p>Fetches all unread notifications for a specific user.</p>\n","urlObject":{"port":"8090","path":["notifications","unread","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b6a6ebd1-7a9b-4939-aaf5-376b7024fd4a","name":"Unread Notifications By UserId","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/notifications/unread/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:25:41 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"notificationId\": 4,\n        \"userId\": 2,\n        \"notificationType\": \"ALERT\",\n        \"notificationText\": \"Your order has been shipped\",\n        \"timestamp\": \"2023-11-28T22:25:19\",\n        \"isRead\": false\n    }\n]"}],"_postman_id":"475a38fc-bc75-4214-a96d-337e40936a0a"},{"name":"All Notifications By UserId","id":"ab0ee627-eecb-403b-88a9-ba98c0874e6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/notifications/2","description":"<p>Retrieves all notifications associated with a specific user ID.</p>\n","urlObject":{"port":"8090","path":["notifications","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4c9be803-f9c2-4344-bf3f-12e92d601002","name":"All Notifications By UserId","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/notifications/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:26:20 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"notificationId\": 4,\n        \"userId\": 2,\n        \"notificationType\": \"ALERT\",\n        \"notificationText\": \"Your order has been shipped\",\n        \"timestamp\": \"2023-11-28T22:25:19\",\n        \"isRead\": false\n    }\n]"}],"_postman_id":"ab0ee627-eecb-403b-88a9-ba98c0874e6c"},{"name":"Mark Notification as Read","id":"cd1def64-d8af-4230-9d06-b60f899690be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:8090/notifications/mark-read/1","description":"<p>Marks a specific notification as read by notification ID.</p>\n","urlObject":{"port":"8090","path":["notifications","mark-read","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"be0f6846-db34-4d02-a2e7-cd91b8db919e","name":"Mark Notification as Read","originalRequest":{"method":"POST","header":[],"url":"localhost:8090/notifications/mark-read/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:26:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Notification marked as read successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"cd1def64-d8af-4230-9d06-b60f899690be"},{"name":"Mark All Notification As Read","id":"bfb61ddf-7d8c-4951-af8a-aeb6e8f9e21e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8090/notifications/mark-all-read/4","description":"<p>Marks all notifications as read for a specific user.</p>\n","urlObject":{"port":"8090","path":["notifications","mark-all-read","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9d8098b7-5c81-43e8-aa29-a20d1337207e","name":"Mark All Notifications As Read","originalRequest":{"method":"POST","header":[],"url":"localhost:8090/notifications/mark-all-read/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:28:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"All notifications marked as read successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"bfb61ddf-7d8c-4951-af8a-aeb6e8f9e21e"}],"id":"e8213b5a-390b-4825-bcbf-2e60583feaa7","_postman_id":"e8213b5a-390b-4825-bcbf-2e60583feaa7","description":""},{"name":"cdss-service","item":[{"name":"CDSS Generate HealthRecommendation","id":"3537d51b-2cd9-4ba2-9b08-59feea7a7def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8090/cdss/health-recommendation/generate","description":"<p>This endpoint is responsible for generating a new health recommendation. It calls the CDSS service to generate a recommendation and returns a message indicating the outcome.</p>\n","urlObject":{"port":"8090","path":["cdss","health-recommendation","generate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5752a8bf-253c-411b-a97c-c872a113f3d3","name":"CDSS Generate HealthRecommendation","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8090/cdss/health-recommendation/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:38:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Maintain a healthy lifestyle and continue adhering to COVID-19 vaccination and influenza vaccination.\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"3537d51b-2cd9-4ba2-9b08-59feea7a7def"},{"name":"CDSS All Health Recommendation","id":"0c7f9b1c-4870-4244-8e9b-e18472b15fcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/cdss/health-recommendation/all","description":"<p>This API retrieves a list of all health recommendations available in the system. It returns a list of <code>HealthRecommendationDto</code> objects.</p>\n","urlObject":{"port":"8090","path":["cdss","health-recommendation","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0dd56c90-3a7a-40be-8920-4ea1bd779fce","name":"CDSS All Health Recommendation","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/cdss/health-recommendation/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:31:14 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"patientId\": \"00-00001\",\n        \"recommendation\": \"Maintain a healthy lifestyle by staying physically active and refraining from smoking and excessive alcohol consumption. Monitor blood pressure regularly and maintain a balanced diet to manage hypertension.\",\n        \"recommendationType\": \"HealthRecommendation\",\n        \"createdAt\": \"2023-11-20T16:22:59\"\n    }\n]"}],"_postman_id":"0c7f9b1c-4870-4244-8e9b-e18472b15fcb"},{"name":"CDSS Get Health Recommendation By Id","id":"ccc250ee-4a2d-43d5-bdb9-2dc997b8829c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8090/cdss/health-recommendation/1","description":"<p>This endpoint fetches a specific health recommendation based on its ID. It returns the corresponding <code>HealthRecommendationDto</code>.</p>\n","urlObject":{"port":"8090","path":["cdss","health-recommendation","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cb035368-8684-4b85-8096-c32ac4b876fb","name":"CDSS Get Health Recommendation By Id","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/cdss/health-recommendation/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:31:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"patientId\": \"00-00001\",\n    \"recommendation\": \"Maintain a healthy lifestyle by staying physically active and refraining from smoking and excessive alcohol consumption. Monitor blood pressure regularly and maintain a balanced diet to manage hypertension.\",\n    \"recommendationType\": \"HealthRecommendation\",\n    \"createdAt\": \"2023-11-20T16:22:59\"\n}"}],"_postman_id":"ccc250ee-4a2d-43d5-bdb9-2dc997b8829c"},{"name":"CDSS Get Health Recommendation By Patient Id","id":"7f487ca3-6c4e-4be2-8790-e883ff10d07f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8090/cdss/health-recommendation/patient/00-00001","description":"<p>This API retrieves health recommendations specific to a patient, identified by their patient ID. It returns a list of <code>HealthRecommendationDto</code> tailored to the patient.</p>\n","urlObject":{"port":"8090","path":["cdss","health-recommendation","patient","00-00001"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6545f3e0-ac0e-443c-91d6-f45fb237da13","name":"CDSS Get Health Recommendation By Patient Id","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/cdss/health-recommendation/patient/00-00001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:31:58 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"patientId\": \"00-00001\",\n        \"recommendation\": \"Maintain a healthy lifestyle by staying physically active and refraining from smoking and excessive alcohol consumption. Monitor blood pressure regularly and maintain a balanced diet to manage hypertension.\",\n        \"recommendationType\": \"HealthRecommendation\",\n        \"createdAt\": \"2023-11-20T16:22:59\"\n    }\n]"}],"_postman_id":"7f487ca3-6c4e-4be2-8790-e883ff10d07f"}],"id":"92f1fedb-1f23-4d48-9e25-d16228c255db","_postman_id":"92f1fedb-1f23-4d48-9e25-d16228c255db","description":""},{"name":"pharmaceutical-inventory-service","item":[{"name":"Create Medical Equipment","id":"5e93e026-3549-4aca-8150-4ae85d0bf7c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicalEquipmentName\": \"Heart Rate Monitor\",\r\n    \"medicalEquipmentType\": \"Laboratory_Equipment\",\r\n    \"manufacturer\": \"HealthTech Inc.\",\r\n    \"manufactureDate\": \"2023-01-15\",\r\n    \"expiryDate\": \"2028-01-15\",\r\n    \"isOccupied\": false,\r\n    \"isActive\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/create","description":"<p>Handles creating new medical equipment items, returning a success message upon creation.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medical-equipment","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"91d1a7a5-9fc1-4eaa-87c4-366179696379","name":"Create Medical Equipment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicalEquipmentName\": \"Heart Rate Monitor\",\r\n    \"medicalEquipmentType\": \"Laboratory_Equipment\",\r\n    \"manufacturer\": \"HealthTech Inc.\",\r\n    \"manufactureDate\": \"2023-01-15\",\r\n    \"expiryDate\": \"2028-01-15\",\r\n    \"isOccupied\": false,\r\n    \"isActive\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:57:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Medical equipment created successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"5e93e026-3549-4aca-8150-4ae85d0bf7c5"},{"name":"Update Medical Equipment","id":"d1e3e49e-a1ed-4f6a-9859-f0ecb8fd0dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicalEquipmentId\": 2,\r\n    \"medicalEquipmentName\": \"Heart Rate Monitor 1\",\r\n    \"medicalEquipmentType\": \"Laboratory_Equipment\",\r\n    \"manufacturer\": \"HealthTech Inc.\",\r\n    \"manufactureDate\": \"2023-01-15\",\r\n    \"expiryDate\": \"2028-01-15\",\r\n    \"isOccupied\": false,\r\n    \"isActive\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/update","description":"<p>Allows for updating existing medical equipment details, providing a confirmation upon successful update.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medical-equipment","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"84938be4-a1a0-4b30-90df-4d0a8b85e307","name":"Update Medical Equipment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicalEquipmentId\": 2,\r\n    \"medicalEquipmentName\": \"Heart Rate Monitor 1\",\r\n    \"medicalEquipmentType\": \"Laboratory_Equipment\",\r\n    \"manufacturer\": \"HealthTech Inc.\",\r\n    \"manufactureDate\": \"2023-01-15\",\r\n    \"expiryDate\": \"2028-01-15\",\r\n    \"isOccupied\": false,\r\n    \"isActive\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:57:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Medical equipment updated successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"d1e3e49e-a1ed-4f6a-9859-f0ecb8fd0dc2"},{"name":"Get Medical Equipment By Id","id":"8e6cf88d-7c3c-4045-9123-53938b8ca359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/get/2","description":"<p>Retrieves details of a specific medical equipment item by its ID.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medical-equipment","get","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"208ec92b-9c09-4880-bea3-732efeb24c29","name":"Get Medical Equipment By Id","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/get/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:57:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicalEquipmentId\": 2,\n    \"medicalEquipmentName\": \"Heart Rate Monitor 1\",\n    \"medicalEquipmentType\": \"Laboratory_Equipment\",\n    \"manufacturer\": \"HealthTech Inc.\",\n    \"manufactureDate\": \"2023-01-15\",\n    \"expiryDate\": \"2028-01-15\",\n    \"isOccupied\": false,\n    \"isActive\": true\n}"}],"_postman_id":"8e6cf88d-7c3c-4045-9123-53938b8ca359"},{"name":"Delete Medical Equipment By Id","id":"33cf2d5b-1ad5-46d2-9567-2b12dda8f042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/delete/3","description":"<p>Manages the deletion of a specific medical equipment item, returning a success message upon deletion.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medical-equipment","delete","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"442651d3-1a70-41ea-8ece-d457e0e86c43","name":"Delete Medical Equipment By Id","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/delete/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:59:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Medical equipment deleted successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"33cf2d5b-1ad5-46d2-9567-2b12dda8f042"},{"name":"Get All Medical Equipment","id":"23efd60a-0226-4039-9f72-90b568988504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/get-all","description":"<p>Lists all medical equipment items in the inventory.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medical-equipment","get-all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6d77432a-0979-4a22-812d-15b07bfbd17a","name":"Get All Medical Equipment","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/get-all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 15:59:33 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"medicalEquipmentId\": 2,\n        \"medicalEquipmentName\": \"Heart Rate Monitor 1\",\n        \"medicalEquipmentType\": \"Laboratory_Equipment\",\n        \"manufacturer\": \"HealthTech Inc.\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2028-01-15\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    },\n    {\n        \"medicalEquipmentId\": 4,\n        \"medicalEquipmentName\": \"Heart Rate Monitor\",\n        \"medicalEquipmentType\": \"Laboratory_Equipment\",\n        \"manufacturer\": \"HealthTech Inc.\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2028-01-15\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    }\n]"}],"_postman_id":"23efd60a-0226-4039-9f72-90b568988504"},{"name":"Book Medical Equipment","id":"621301d8-ba7a-48a8-9245-45305d13d0ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/book/4/00-00002","description":"<p>Handles booking of medical equipment for a specific patient.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medical-equipment","book","4","00-00002"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"70fdce30-38a2-4e41-9a26-0c54242a037a","name":"Book Medical Equipment","originalRequest":{"method":"POST","header":[],"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/book/4/00-00002"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:01:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Medical equipment booked successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"621301d8-ba7a-48a8-9245-45305d13d0ef"},{"name":"Return Medical Equipment","id":"fc121aeb-49a0-4e00-a236-07ad26950dd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/return/4/00-00002","description":"<p>Manages the return of booked medical equipment from a patient.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medical-equipment","return","4","00-00002"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4b586230-797b-4975-bf7e-f9900a286225","name":"Return Medical Equipment","originalRequest":{"method":"POST","header":[],"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/return/4/00-00002"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:02:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Medical equipment returned successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"fc121aeb-49a0-4e00-a236-07ad26950dd1"},{"name":"Create Medicine","id":"a10293b6-a4d9-495e-8a3c-a66029e08a55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicineName\": \"Paracetamol\",\r\n    \"genericName\": \"Acetaminophen\",\r\n    \"medicineType\": \"Syrup\",\r\n    \"manufacturer\": \"Health Pharma\",\r\n    \"manufactureDate\": \"2023-01-15\",\r\n    \"expiryDate\": \"2025-01-15\",\r\n    \"isOccupied\": false,\r\n    \"isActive\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/pharmaceutical-inventory/medicine/create","description":"<p>Facilitates creating new medicine entries in the inventory.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medicine","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9231a718-6642-4160-9de0-362a96713426","name":"Create Medicine","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicineName\": \"Paracetamol\",\r\n    \"genericName\": \"Acetaminophen\",\r\n    \"medicineType\": \"Syrup\",\r\n    \"manufacturer\": \"Health Pharma\",\r\n    \"manufactureDate\": \"2023-01-15\",\r\n    \"expiryDate\": \"2025-01-15\",\r\n    \"isOccupied\": false,\r\n    \"isActive\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/pharmaceutical-inventory/medicine/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:02:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Medicine created successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"a10293b6-a4d9-495e-8a3c-a66029e08a55"},{"name":"Update Medicine","id":"39034163-ff44-4cf6-ba9d-acc31577eb6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicineId\": 3,\r\n    \"medicineName\": \"Paracetamol-1\",\r\n    \"genericName\": \"Acetaminophen\",\r\n    \"medicineType\": \"Tablet\",\r\n    \"manufacturer\": \"Health Pharma\",\r\n    \"manufactureDate\": \"2023-01-15\",\r\n    \"expiryDate\": \"2025-01-15\",\r\n    \"isOccupied\": false,\r\n    \"isActive\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/pharmaceutical-inventory/medicine/update","description":"<p>Allows updating details of existing medicines.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medicine","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a8e4a083-c43f-416c-8cde-55173444b2e4","name":"Update Medicine","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicineId\": 3,\r\n    \"medicineName\": \"Paracetamol-1\",\r\n    \"genericName\": \"Acetaminophen\",\r\n    \"medicineType\": \"Tablet\",\r\n    \"manufacturer\": \"Health Pharma\",\r\n    \"manufactureDate\": \"2023-01-15\",\r\n    \"expiryDate\": \"2025-01-15\",\r\n    \"isOccupied\": false,\r\n    \"isActive\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:8090/pharmaceutical-inventory/medicine/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:02:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Medicine updated successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"39034163-ff44-4cf6-ba9d-acc31577eb6b"},{"name":"Get Medicine By Id","id":"397bb83b-3721-40c0-be0d-f1cc196d8038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/get/3","description":"<p>Retrieves details of a specific medicine by its ID.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medicine","get","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"73e74b28-107a-493b-9c76-a9154a24ca13","name":"Get Medicine By Id","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/get/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:03:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicineId\": 3,\n    \"medicineName\": \"Paracetamol-1\",\n    \"genericName\": \"Acetaminophen\",\n    \"medicineType\": \"Tablet\",\n    \"manufacturer\": \"Health Pharma\",\n    \"manufactureDate\": \"2023-01-15\",\n    \"expiryDate\": \"2025-01-15\",\n    \"isOccupied\": false,\n    \"isActive\": true\n}"}],"_postman_id":"397bb83b-3721-40c0-be0d-f1cc196d8038"},{"name":"Delete Medicine","id":"60cfff77-b453-4743-bf6f-6b79cc9ee584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/delete/3","description":"<p>Handles the deletion of a specific medicine from the inventory.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medicine","delete","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"54359136-cea7-4ba0-87b0-f3080141715e","name":"Delete Medicine","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/delete/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:03:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Medicine deleted successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"60cfff77-b453-4743-bf6f-6b79cc9ee584"},{"name":"Get All Medicine","id":"4ab4c878-8f9b-443b-a615-1c355784d8ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/get-all","description":"<p>Lists all medicines available in the inventory.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medicine","get-all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3eaa4316-f744-4864-9da9-b5a268bf4f95","name":"Get All Medicine","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/get-all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:03:53 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"medicineId\": 2,\n        \"medicineName\": \"Paracetamol\",\n        \"genericName\": \"Acetaminophen\",\n        \"medicineType\": \"Tablet\",\n        \"manufacturer\": \"Health Pharma\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2023-12-01\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    },\n    {\n        \"medicineId\": 4,\n        \"medicineName\": \"Paracetamol\",\n        \"genericName\": \"Acetaminophen\",\n        \"medicineType\": \"Tablet\",\n        \"manufacturer\": \"Health Pharma\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2025-01-15\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    },\n    {\n        \"medicineId\": 5,\n        \"medicineName\": \"Paracetamol\",\n        \"genericName\": \"Acetaminophen\",\n        \"medicineType\": \"Syrup\",\n        \"manufacturer\": \"Health Pharma\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2025-01-15\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    }\n]"}],"_postman_id":"4ab4c878-8f9b-443b-a615-1c355784d8ac"},{"name":"Book Medicine","id":"8aa5a9a0-974f-4a54-9925-a6feb0c7f2d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/book/4/00-00002","description":"<p>Manages booking of medicines for a specific patient.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medicine","book","4","00-00002"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4fcea8e1-807e-4c2d-986c-59425db173fe","name":"Book Medicine","originalRequest":{"method":"POST","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/book/4/00-00002"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:05:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Medicine booked successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"8aa5a9a0-974f-4a54-9925-a6feb0c7f2d1"},{"name":"Return Medicine","id":"0ba4d725-1197-408b-9976-6c8da92a03bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/return/4/00-00002","description":"<p>Handles the return process of booked medicines from a patient.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medicine","return","4","00-00002"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c2930c38-bede-4cce-b221-55b788af7268","name":"Return Medicine","originalRequest":{"method":"POST","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/return/4/00-00002"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:05:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Medicine returned successfully\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"0ba4d725-1197-408b-9976-6c8da92a03bb"},{"name":"Search Medicine By Name","id":"19982f1d-f566-438a-8f8c-e75c61580950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/search/name/p","description":"<p>Enables searching for medicines based on their name.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medicine","search","name","p"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8ded332f-a5a3-42ab-97ab-8579f3c5f9dd","name":"Search Medicine By Name","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/search/name/p"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:05:54 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"medicineId\": 2,\n        \"medicineName\": \"Paracetamol\",\n        \"genericName\": \"Acetaminophen\",\n        \"medicineType\": \"Tablet\",\n        \"manufacturer\": \"Health Pharma\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2023-12-01\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    },\n    {\n        \"medicineId\": 4,\n        \"medicineName\": \"Paracetamol\",\n        \"genericName\": \"Acetaminophen\",\n        \"medicineType\": \"Tablet\",\n        \"manufacturer\": \"Health Pharma\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2025-01-15\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    },\n    {\n        \"medicineId\": 5,\n        \"medicineName\": \"Paracetamol\",\n        \"genericName\": \"Acetaminophen\",\n        \"medicineType\": \"Syrup\",\n        \"manufacturer\": \"Health Pharma\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2025-01-15\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    }\n]"}],"_postman_id":"19982f1d-f566-438a-8f8c-e75c61580950"},{"name":"Search Medicine By Manufracturer","id":"1a2dfee5-be2e-4fc4-aff6-757b45cde3ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/search/manufacturer/h","description":"<p>Facilitates searching for medicines based on the manufacturer.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medicine","search","manufacturer","h"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7460f86a-3c44-4cb1-b461-ad1b8c5af08d","name":"Search Medicine By Manufracturer","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/search/manufacturer/h"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:06:12 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"medicineId\": 2,\n        \"medicineName\": \"Paracetamol\",\n        \"genericName\": \"Acetaminophen\",\n        \"medicineType\": \"Tablet\",\n        \"manufacturer\": \"Health Pharma\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2023-12-01\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    },\n    {\n        \"medicineId\": 4,\n        \"medicineName\": \"Paracetamol\",\n        \"genericName\": \"Acetaminophen\",\n        \"medicineType\": \"Tablet\",\n        \"manufacturer\": \"Health Pharma\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2025-01-15\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    },\n    {\n        \"medicineId\": 5,\n        \"medicineName\": \"Paracetamol\",\n        \"genericName\": \"Acetaminophen\",\n        \"medicineType\": \"Syrup\",\n        \"manufacturer\": \"Health Pharma\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2025-01-15\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    }\n]"}],"_postman_id":"1a2dfee5-be2e-4fc4-aff6-757b45cde3ce"},{"name":"Search Medicine By Generic Name","id":"3a573136-77cd-4f82-8a3f-c854c8755f3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/search/generic-name/A","description":"<p>Allows for searching medicines based on their generic name.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medicine","search","generic-name","A"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1d63cb3a-0010-4d63-b606-07b0d291eb65","name":"Search Medicine By Generic Name","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/search/generic-name/A"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:07:36 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"medicineId\": 2,\n        \"medicineName\": \"Paracetamol\",\n        \"genericName\": \"Acetaminophen\",\n        \"medicineType\": \"Tablet\",\n        \"manufacturer\": \"Health Pharma\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2023-12-01\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    },\n    {\n        \"medicineId\": 4,\n        \"medicineName\": \"Paracetamol\",\n        \"genericName\": \"Acetaminophen\",\n        \"medicineType\": \"Tablet\",\n        \"manufacturer\": \"Health Pharma\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2025-01-15\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    },\n    {\n        \"medicineId\": 5,\n        \"medicineName\": \"Paracetamol\",\n        \"genericName\": \"Acetaminophen\",\n        \"medicineType\": \"Syrup\",\n        \"manufacturer\": \"Health Pharma\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2025-01-15\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    }\n]"}],"_postman_id":"3a573136-77cd-4f82-8a3f-c854c8755f3e"},{"name":"Alert Medicine Expiry","id":"b39d56f3-d852-4f13-9e21-87690b8eb053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/alert-expiry","description":"<p>Provides alerts for medicines nearing their expiry date.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medicine","alert-expiry"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8709684e-2ced-42c4-b698-bedc780f3a84","name":"Alert Medicine Expiry","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medicine/alert-expiry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:09:56 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"medicineId\": 2,\n        \"medicineName\": \"Paracetamol\",\n        \"genericName\": \"Acetaminophen\",\n        \"medicineType\": \"Tablet\",\n        \"manufacturer\": \"Health Pharma\",\n        \"manufactureDate\": \"2023-01-15\",\n        \"expiryDate\": \"2023-12-01\",\n        \"isOccupied\": false,\n        \"isActive\": true\n    }\n]"}],"_postman_id":"b39d56f3-d852-4f13-9e21-87690b8eb053"},{"name":"Alert Equipment Expiry","id":"78b59c7d-bd55-41fd-8e27-f9500d912a9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/alert-expiry","description":"<p>Provides alerts for medical equipment nearing their expiry date.</p>\n","urlObject":{"port":"8090","path":["pharmaceutical-inventory","medical-equipment","alert-expiry"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e153c740-0d1f-4b29-b0be-5adf0e1597e0","name":"Alert Equipment Expiry","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/pharmaceutical-inventory/medical-equipment/alert-expiry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:10:12 GMT"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"78b59c7d-bd55-41fd-8e27-f9500d912a9c"}],"id":"3a93bbd7-0d4b-4783-bcdb-9c0751f2e677","_postman_id":"3a93bbd7-0d4b-4783-bcdb-9c0751f2e677","description":""},{"name":"analytics-research-service","item":[{"name":"Researcher Register","id":"57a9be16-6d8d-44c5-b65c-300c7b01164a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Shadril\",\r\n    \"email\" : \"shadril@gmail.com\",\r\n    \"designation\" : \"Researcher\",\r\n    \"institute\" : \"Dhaka University\",\r\n    \"purpose\" : \"Research issue\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/research/register","description":"<p>This endpoint handles the registration of a new researcher. It accepts a <code>ResearcherDto</code> containing researcher information and returns a success message upon registration.</p>\n","urlObject":{"port":"8090","path":["research","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"52bc3c8a-6801-4555-9c53-c51468dce424","name":"Researcher Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Shadril\",\r\n    \"email\" : \"shadril@gmail.com\",\r\n    \"designation\" : \"Researcher\",\r\n    \"institute\" : \"Dhaka University\",\r\n    \"purpose\" : \"Research issue\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/research/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:34:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Researcher registered successfully\",\n    \"status\": \"CREATED\"\n}"}],"_postman_id":"57a9be16-6d8d-44c5-b65c-300c7b01164a"},{"name":"Grant Access To Researcher","id":"4e458dab-10f6-480a-a813-d9c6999a655f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8090/research/give-access/2","description":"<p>This API manages the process of granting access to a specific researcher, allowing them to undertake or continue their research activities.</p>\n","urlObject":{"port":"8090","path":["research","give-access","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"60f68aa9-7e09-40a6-88e8-04cdde681947","name":"Grant Access","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/research/give-access/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 28 Nov 2023 16:34:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Access granted successfully!\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"4e458dab-10f6-480a-a813-d9c6999a655f"},{"name":"Get Research Data","id":"e2a57bc5-fc25-4944-bf25-51bda44b8fa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8090/research/get/analytic-data/2","description":"<p>This endpoint allows downloading of health data in CSV format for a specific research project or researcher, identified by their ID.</p>\n","urlObject":{"port":"8090","path":["research","get","analytic-data","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"428b13c9-c511-4749-a8ee-0c00a13dd2ad","name":"Get Research Data","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/research/get/analytic-data/2"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Disposition","value":"form-data; name=\"attachment\"; filename=\"user_health_data-research.csv\""},{"key":"Accept-Ranges","value":"bytes"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"text/csv"},{"key":"Content-Length","value":"4550"},{"key":"Date","value":"Tue, 28 Nov 2023 16:35:09 GMT"}],"cookie":[],"responseTime":null,"body":"\"Patient ID\",\"Checkup Date\",\"Height (cm)\",\"Weight (kg)\",\"Blood Pressure\",\"Blood Sugar\",\"Body Temperature\",\"Pulse Rate\",\"Allergies\",\"Past Surgeries\",\"Has Diabetes\",\"Is Hypertensive\",\"Has Heart Disease\",\"Has Kidney Disease\",\"Has Liver Disease\",\"Has Cancer\",\"Has HIV\",\"Has TB\",\"Physical Disability\",\"Vaccine Info\",\"Is Smoker\",\"Is Alcoholic\",\"Is Active\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n\"00-00001\",\"2023-11-13\",\"175\",\"70\",\"120/80\",\"5.5\",\"36.6\",\"72\",\"Pollen\",\"Appendectomy\",\"false\",\"true\",\"false\",\"false\",\"false\",\"false\",\"false\",\"false\",\"None\",\"COVID-19, Influenza\",\"false\",\"true\",\"true\"\n"}],"_postman_id":"e2a57bc5-fc25-4944-bf25-51bda44b8fa3"}],"id":"795ff1f9-5f6e-4670-85c4-791cfc4fb47a","_postman_id":"795ff1f9-5f6e-4670-85c4-791cfc4fb47a","description":""}]}