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: [ children: [
Column( Column(
children: [ 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( Container(
child: isFromSearch ?Column( child: isFromSearch ?Column(
children: [ children: [

Loading…
Cancel
Save