|
|
|
@ -20,7 +20,7 @@ class OperationReportService extends BaseService {
|
|
|
|
{GetReservationsRequestModel getReservationsRequestModel,
|
|
|
|
{GetReservationsRequestModel getReservationsRequestModel,
|
|
|
|
int patientId}) async {
|
|
|
|
int patientId}) async {
|
|
|
|
getReservationsRequestModel =
|
|
|
|
getReservationsRequestModel =
|
|
|
|
GetReservationsRequestModel(patientID: patientId, doctorID: "");
|
|
|
|
GetReservationsRequestModel(patientID: patientId);
|
|
|
|
|
|
|
|
|
|
|
|
hasError = false;
|
|
|
|
hasError = false;
|
|
|
|
await baseAppClient.post(GET_RESERVATIONS,
|
|
|
|
await baseAppClient.post(GET_RESERVATIONS,
|
|
|
|
|