Merge branch 'inpatient_scroll' into 'development'

remove create episode in case of in patinet

See merge request Cloud_Solution/doctor_app_flutter!834
merge-requests/836/merge
Mohammad Aljammal 4 years ago
commit 8a07dfda15

@ -212,7 +212,7 @@ class _PatientProfileScreenState extends State<PatientProfileScreen>
),
],
),
if ((isInpatient)
if ((isInpatient && !isDischargedPatient)
? true
: isFromLiveCare
? patient.episodeNo != null

Loading…
Cancel
Save