|
|
|
|
@ -455,6 +455,7 @@ class _ToDoState extends State<ToDo> with SingleTickerProviderStateMixin {
|
|
|
|
|
date: DateUtil.convertStringToDate(ancillaryLists[0].ancillaryOrderList![index].orderDate),
|
|
|
|
|
isSortByClinic: true,
|
|
|
|
|
isAllowCheckInAncillary: ancillaryLists[0].ancillaryOrderList![index].isCheckInAllow!,
|
|
|
|
|
// isAllowCheckInAncillary: true,
|
|
|
|
|
onAncillaryCheckInTap: () {
|
|
|
|
|
AppoitmentAllHistoryResultList appo = new AppoitmentAllHistoryResultList();
|
|
|
|
|
appo.doctorTitle = TranslationBase.of(context).dr.toString();
|
|
|
|
|
@ -1686,11 +1687,11 @@ class _ToDoState extends State<ToDo> with SingleTickerProviderStateMixin {
|
|
|
|
|
|
|
|
|
|
DoctorsListService service = new DoctorsListService();
|
|
|
|
|
service
|
|
|
|
|
.getLabQueueNumber(projectID, projectViewModel.authenticatedUserObject.user.patientID!, Utils.isVidaPlusProject(projectViewModel, projectID), ancillaryOrderList.orderNo.toString(),
|
|
|
|
|
.getLabQueueNumber(projectID, projectViewModel.authenticatedUserObject.user.patientID!, Utils.isVidaPlusProject(projectViewModel, projectID), ancillaryOrderList.invoiceNo.toString(),
|
|
|
|
|
ancillaryOrderList.orderNo.toString())
|
|
|
|
|
.then((res) {
|
|
|
|
|
GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
|
showAlertDialog(res['QLineResponse']['PatientCallNo']);
|
|
|
|
|
showAlertDialog(res['QLineResponse']['patientCallNo']);
|
|
|
|
|
}).catchError((err) {
|
|
|
|
|
GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
|
AppToast.showErrorToast(message: err);
|
|
|
|
|
|