@ -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(