|
|
|
|
@ -308,7 +308,7 @@ class _InPatientServicesHomeState extends State<InPatientServicesHome> {
|
|
|
|
|
void openBirthNotificationsPage(BuildContext context) {
|
|
|
|
|
ClinicListService service = new ClinicListService();
|
|
|
|
|
GifLoaderDialogUtils.showMyDialog(context);
|
|
|
|
|
service.getBirthNotification(projectViewModel.user.patientID, context).then((res) {
|
|
|
|
|
service.getBirthNotification(projectViewModel.user.patientID, projectViewModel.isPatientAdmitted ? projectViewModel.getAdmissionInfoResponseModel.projectID : projectViewModel.getAdmissionRequestInfoResponseModel.projectId, context).then((res) {
|
|
|
|
|
GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
|
if (res["MessageStatus"] == 1) {
|
|
|
|
|
print(res['birthNotification']);
|
|
|
|
|
|