|
|
|
@ -436,6 +436,7 @@ class _UpdateSubjectivePageState extends State<UpdateSubjectivePage> implements
|
|
|
|
postChiefComplaintRequestModel.editedBy = '';
|
|
|
|
postChiefComplaintRequestModel.editedBy = '';
|
|
|
|
await model.postChiefComplaint(postChiefComplaintRequestModel);
|
|
|
|
await model.postChiefComplaint(postChiefComplaintRequestModel);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
|
|
|
|
postChiefComplaintRequestModel.editedBy = '';
|
|
|
|
await model.patchChiefComplaint(postChiefComplaintRequestModel);
|
|
|
|
await model.patchChiefComplaint(postChiefComplaintRequestModel);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|