|
|
|
@ -102,11 +102,14 @@ class _PatientProfileScreenState extends State<PatientProfileScreen>
|
|
|
|
height: (patient.patientStatusType != null &&
|
|
|
|
height: (patient.patientStatusType != null &&
|
|
|
|
patient.patientStatusType == 43)
|
|
|
|
patient.patientStatusType == 43)
|
|
|
|
? 210
|
|
|
|
? 210
|
|
|
|
: 0,
|
|
|
|
: isDischargedPatient?240:0,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
height: !isSearchAndOut ? MediaQuery
|
|
|
|
height: !isSearchAndOut ? isDischargedPatient?MediaQuery
|
|
|
|
|
|
|
|
.of(context)
|
|
|
|
|
|
|
|
.size
|
|
|
|
|
|
|
|
.height * 0.64 : MediaQuery
|
|
|
|
.of(context)
|
|
|
|
.of(context)
|
|
|
|
.size
|
|
|
|
.size
|
|
|
|
.height * 0.65 : MediaQuery
|
|
|
|
.height * 0.65 : MediaQuery
|
|
|
|
|