Get Patient
To get the patient details
Get Patient
POST
{{apiUrl}}doctor/patients/view
Request Body
Name
Type
Description
patient_id*
String
Unique id of the Patient
apikey*
String
Authentication token
mobile*
String
Either patient_id or mobile should be passed.
show_family_list
Boolean
Default: false
If passed true then patient's family member details will be added in the response.
Get Patient
POST
https://api.evitalrx.in/v1/doctor/patients/view
Request Body
Name
Type
Description
patient_id*
String
1A62EQMlDx8t
apikey*
String
V6oBy7oMFZbX
mobile*
String
AsD3PhN0mKYs
show_family_list
Boolean
2dHrkQuS9UDT
Last updated