|
|
|
|
@ -515,11 +515,11 @@ class PatientProfileAppBar extends StatelessWidget with PreferredSizeWidget {
|
|
|
|
|
? 270
|
|
|
|
|
: ((patientProfileAppBarModel.patient!.appointmentDate!.isNotEmpty)
|
|
|
|
|
? patientProfileAppBarModel.isFromLabResult!
|
|
|
|
|
? 170
|
|
|
|
|
: 150
|
|
|
|
|
? 190
|
|
|
|
|
: 170
|
|
|
|
|
: patientProfileAppBarModel.patient!.admissionDate != null
|
|
|
|
|
? patientProfileAppBarModel.isFromLabResult!
|
|
|
|
|
? 170
|
|
|
|
|
? 190
|
|
|
|
|
: 170
|
|
|
|
|
: patientProfileAppBarModel.isDischargedPatient!
|
|
|
|
|
? 240
|
|
|
|
|
|