small fixes

flutter_vervion_2_by_elham
Elham Rababh 4 years ago
parent ba52eba353
commit 88e68830bd

@ -72,8 +72,8 @@ class _UpdateSoapIndexState extends State<UpdateSoapIndex> with TickerProviderSt
isShowAppBar: true,
appBar: PatientProfileAppBar(patient),
patientProfileAppBarModel: PatientProfileAppBarModel(
patient:patient,
// isInpatient: true,
isInpatient:patient.admissionNo== null || patient.admissionNo!.isEmpty?false:true ,
patient: patient
),
body: SingleChildScrollView(
child: Column(

Loading…
Cancel
Save