merge-requests/611/head
Elham Rababah 5 years ago
parent d37051ebe0
commit b6d1c698e2

@ -90,7 +90,7 @@ class _PatientProfileScreenState extends State<PatientProfileScreen>with SingleT
children: [
Column(
children: [
PatientProfileHeaderNewDesignAppBar(patient,arrivalType??'0',patientType,isInpatient: isInpatient, height: (patient.patientStatusType != null && patient.patientStatusType == 43)?250:0,),
PatientProfileHeaderNewDesignAppBar(patient,arrivalType??'0',patientType,isInpatient: isInpatient, height: (patient.patientStatusType != null && patient.patientStatusType == 43)?265:0,),
Container(
child: isFromSearch ?Column(
children: [

Loading…
Cancel
Save