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, isShowAppBar: true,
appBar: PatientProfileAppBar(patient), appBar: PatientProfileAppBar(patient),
patientProfileAppBarModel: PatientProfileAppBarModel( patientProfileAppBarModel: PatientProfileAppBarModel(
patient:patient, isInpatient:patient.admissionNo== null || patient.admissionNo!.isEmpty?false:true ,
// isInpatient: true, patient: patient
), ),
body: SingleChildScrollView( body: SingleChildScrollView(
child: Column( child: Column(

Loading…
Cancel
Save