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