|
|
|
|
@ -530,7 +530,7 @@ class _UpdateOperationReportState extends State<UpdateOperationReport> {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
bottomSheet: model.state == ViewState.Idle?Container(height: 0,): Container(
|
|
|
|
|
bottomSheet: model.state != ViewState.Idle?Container(height: 0,): Container(
|
|
|
|
|
height: 70,
|
|
|
|
|
margin: EdgeInsets.all(SizeConfig.widthMultiplier * 5),
|
|
|
|
|
child: Column(
|
|
|
|
|
@ -593,7 +593,7 @@ class _UpdateOperationReportState extends State<UpdateOperationReport> {
|
|
|
|
|
int.parse(widget.patient.admissionNo),
|
|
|
|
|
createdBy: model
|
|
|
|
|
.doctorProfile.doctorID,
|
|
|
|
|
setupID: SETUP_ID);
|
|
|
|
|
setupID: "010266");
|
|
|
|
|
await model
|
|
|
|
|
.updateOperationReport(
|
|
|
|
|
createUpdateOperationReportRequestModel);
|
|
|
|
|
|