@ -9,7 +9,6 @@ import 'package:doctor_app_flutter/screens/base/base_view.dart';
import ' package:doctor_app_flutter/screens/patients/profile/soap_update/shared_soap_widgets/SOAP_step_header.dart ' ;
import ' package:doctor_app_flutter/screens/patients/profile/soap_update/shared_soap_widgets/SOAP_step_header.dart ' ;
import ' package:doctor_app_flutter/screens/patients/profile/soap_update/shared_soap_widgets/expandable_SOAP_widget.dart ' ;
import ' package:doctor_app_flutter/screens/patients/profile/soap_update/shared_soap_widgets/expandable_SOAP_widget.dart ' ;
import ' package:doctor_app_flutter/screens/patients/profile/soap_update/soap_utils.dart ' ;
import ' package:doctor_app_flutter/screens/patients/profile/soap_update/soap_utils.dart ' ;
import ' package:doctor_app_flutter/screens/patients/profile/soap_update/subjective/allergies/update_allergies_widget.dart ' ;
import ' package:doctor_app_flutter/screens/patients/profile/soap_update/subjective/history/update_history_widget.dart ' ;
import ' package:doctor_app_flutter/screens/patients/profile/soap_update/subjective/history/update_history_widget.dart ' ;
import ' package:doctor_app_flutter/screens/patients/profile/soap_update/subjective/subjective_call_back.dart ' ;
import ' package:doctor_app_flutter/screens/patients/profile/soap_update/subjective/subjective_call_back.dart ' ;
import ' package:doctor_app_flutter/utils/translations_delegate_base_utils.dart ' ;
import ' package:doctor_app_flutter/utils/translations_delegate_base_utils.dart ' ;
@ -17,23 +16,24 @@ import 'package:doctor_app_flutter/utils/utils.dart';
import ' package:doctor_app_flutter/widgets/shared/app_scaffold_widget.dart ' ;
import ' package:doctor_app_flutter/widgets/shared/app_scaffold_widget.dart ' ;
import ' package:flutter/material.dart ' ;
import ' package:flutter/material.dart ' ;
import ' allergies/update_allergies_widget.dart ' ;
import ' chief_complaint/chief_complaints.dart ' ;
import ' chief_complaint/chief_complaints.dart ' ;
class UpdateSubjectivePage extends StatefulWidget {
class UpdateSubjectivePage VidaPlus extends StatefulWidget {
final Function changePageViewIndex ;
final Function changePageViewIndex ;
final Function changeLoadingState ;
final Function changeLoadingState ;
final PatiantInformtion patientInfo ;
final PatiantInformtion patientInfo ;
final int currentIndex ;
final int currentIndex ;
UpdateSubjectivePage ( { Key ? key , required this . changePageViewIndex , required this . patientInfo , required this . changeLoadingState , required this . currentIndex } ) ;
UpdateSubjectivePage VidaPlus ( { Key ? key , required this . changePageViewIndex , required this . patientInfo , required this . changeLoadingState , required this . currentIndex } ) ;
@ override
@ override
_UpdateSubjectivePageState createState ( ) = > _UpdateSubjectivePageState ( ) ;
_UpdateSubjectivePageState createState ( ) = > _UpdateSubjectivePageState ( ) ;
}
}
class _UpdateSubjectivePageState extends State < UpdateSubjectivePage > implements SubjectiveCallBack {
class _UpdateSubjectivePageState extends State < UpdateSubjectivePage VidaPlus > implements SubjectiveCallBack {
bool isChiefExpand = false ;
bool isChiefExpand = false ;
bool isHistoryExpand = false ;
bool isHistoryExpand = false ;
bool isAllergiesExpand = false ;
bool isAllergiesExpand = false ;
@ -202,7 +202,7 @@ class _UpdateSubjectivePageState extends State<UpdateSubjectivePage> implements
} ,
} ,
child: Column (
child: Column (
children: [
children: [
UpdateAllergiesWidget (
UpdateAllergiesWidget VidaPlus (
myAllergiesList: myAllergiesList ,
myAllergiesList: myAllergiesList ,
) ,
) ,
SizedBox (
SizedBox (