Last updated
{
"message": "Got prescription's.",
"entity": null,
"status": true,
"entityList": [
{
"id": 1,
"medicationId": 3,
"dosageFrequencyId": 2,
"dosageUnitId": 2,
"endDate": "2023-05-29T11:54:58+05:30",
"prescribedDays": 6,
"classificationName": "Diuretic",
"brandName": "Antibiotics",
"medicationName": "Dolophime",
"dosageUnitValue": "5",
"dosageUnitName": "µg",
"dosageFrequencyName": "OM",
"instructionNote": "In the morning",
"dosageFormName": "Tablet",
"isActive": null,
"isDeleted": null,
"prescribedSince": "2023-05-24T11:54:58+05:30",
"prescriptionRemainingDays": 4,
"discontinuedOn": null
},
{
"id": 2,
"medicationId": 6,
"dosageFrequencyId": 1,
"dosageUnitId": 2,
"endDate": "2023-05-26T11:55:21+05:30",
"prescribedDays": 3,
"classificationName": "Diuretic",
"brandName": "Antibiotics",
"medicationName": "Dolo",
"dosageUnitValue": "6",
"dosageUnitName": "µg",
"dosageFrequencyName": "TDS",
"instructionNote": "Three times a day",
"dosageFormName": "Liquid",
"isActive": null,
"isDeleted": null,
"prescribedSince": "2023-05-24T11:55:21+05:30",
"prescriptionRemainingDays": 1,
"discontinuedOn": null
},
{
"id": 3,
"medicationId": 2,
"dosageFrequencyId": 1,
"dosageUnitId": 2,
"endDate": "2023-05-31T11:56:29+05:30",
"prescribedDays": 8,
"classificationName": "ACE inhibitor",
"brandName": "Biomet",
"medicationName": "Acetolophime",
"dosageUnitValue": "9",
"dosageUnitName": "µg",
"dosageFrequencyName": "TDS",
"instructionNote": "Three times a day",
"dosageFormName": "Liquid",
"isActive": null,
"isDeleted": null,
"prescribedSince": "2023-05-24T11:56:29+05:30",
"prescriptionRemainingDays": 6,
"discontinuedOn": null
}
],
"responseCode": 200,
"totalCount": 3
}