|
|
|
|
@ -579,7 +579,7 @@ class PatientProfileAppBar extends StatelessWidget
|
|
|
|
|
: ((patientProfileAppBarModel.patient.appointmentDate != null &&patientProfileAppBarModel.patient.appointmentDate.isNotEmpty )
|
|
|
|
|
? patientProfileAppBarModel.isFromLabResult?170:150
|
|
|
|
|
: patientProfileAppBarModel.patient.admissionDate != null
|
|
|
|
|
? 150
|
|
|
|
|
? patientProfileAppBarModel.isFromLabResult?170:150
|
|
|
|
|
: patientProfileAppBarModel.isDischargedPatient
|
|
|
|
|
? 240
|
|
|
|
|
: 130)
|
|
|
|
|
|