diff --git a/lib/screens/patients/profile/soap_update/update_soap_index.dart b/lib/screens/patients/profile/soap_update/update_soap_index.dart index c03b921a..ea96fca8 100644 --- a/lib/screens/patients/profile/soap_update/update_soap_index.dart +++ b/lib/screens/patients/profile/soap_update/update_soap_index.dart @@ -72,8 +72,8 @@ class _UpdateSoapIndexState extends State 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(