|
|
|
|
@ -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: [
|
|
|
|
|
|