diff --git a/lib/screens/patients/profile/profile_screen/patient_profile_screen.dart b/lib/screens/patients/profile/profile_screen/patient_profile_screen.dart index 5df41821..0c66b493 100644 --- a/lib/screens/patients/profile/profile_screen/patient_profile_screen.dart +++ b/lib/screens/patients/profile/profile_screen/patient_profile_screen.dart @@ -212,7 +212,7 @@ class _PatientProfileScreenState extends State ), ], ), - if ((isInpatient) + if ((isInpatient && !isDischargedPatient) ? true : isFromLiveCare ? patient.episodeNo != null