Medical review list
Last updated
Last updated
{
"message": "Medical review list fetched successfully.",
"entity": {
"patientReviewDates": [],
"patientMedicalReview": [
{
"id": 10,
"patientVisitId": 10,
"physicalExams": [],
"complaints": [],
"physicalExamComments": null,
"compliantComments": null,
"reviewedAt": "2023-05-24T15:54:48+05:30",
"clinicalNote": "Ughvh"
},
{
"id": 12,
"patientVisitId": 10,
"physicalExams": [],
"complaints": [],
"physicalExamComments": null,
"compliantComments": null,
"reviewedAt": "2023-05-24T19:15:18+05:30",
"clinicalNote": "Uggg"
}
]
},
"status": true,
"entityList": null,
"responseCode": 200,
"totalCount": null
}