|
|
|
@ -324,6 +324,7 @@ class _UpdateSubjectivePageState extends State<UpdateSubjectivePage> {
|
|
|
|
|
|
|
|
|
|
|
|
addSubjectiveInfo(
|
|
|
|
addSubjectiveInfo(
|
|
|
|
{SOAPViewModel model, List<MySelectedAllergy> myAllergiesList, List<MySelectedHistory> myHistoryList}) async {
|
|
|
|
{SOAPViewModel model, List<MySelectedAllergy> myAllergiesList, List<MySelectedHistory> myHistoryList}) async {
|
|
|
|
|
|
|
|
if(FocusScope.of(context).hasFocus)
|
|
|
|
FocusScope.of(context).unfocus();
|
|
|
|
FocusScope.of(context).unfocus();
|
|
|
|
widget.changeLoadingState(true);
|
|
|
|
widget.changeLoadingState(true);
|
|
|
|
formKey.currentState.save();
|
|
|
|
formKey.currentState.save();
|
|
|
|
|