|
|
|
|
@ -99,21 +99,21 @@ class _UpdateSoapIndexState extends State<UpdateSoapIndex>
|
|
|
|
|
},
|
|
|
|
|
scrollDirection: Axis.horizontal,
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
// UpdateSubjectivePage(
|
|
|
|
|
// changePageViewIndex: changePageViewIndex,
|
|
|
|
|
// currentIndex: _currentIndex,
|
|
|
|
|
// patientInfo: patient,
|
|
|
|
|
// changeLoadingState: changeLoadingState),
|
|
|
|
|
// UpdateObjectivePage(
|
|
|
|
|
// changePageViewIndex: changePageViewIndex,
|
|
|
|
|
// currentIndex: _currentIndex,
|
|
|
|
|
// patientInfo: patient,
|
|
|
|
|
// changeLoadingState: changeLoadingState),
|
|
|
|
|
// UpdateAssessmentPage(
|
|
|
|
|
// changePageViewIndex: changePageViewIndex,
|
|
|
|
|
// currentIndex: _currentIndex,
|
|
|
|
|
// patientInfo: patient,
|
|
|
|
|
// changeLoadingState: changeLoadingState),
|
|
|
|
|
UpdateSubjectivePage(
|
|
|
|
|
changePageViewIndex: changePageViewIndex,
|
|
|
|
|
currentIndex: _currentIndex,
|
|
|
|
|
patientInfo: patient,
|
|
|
|
|
changeLoadingState: changeLoadingState),
|
|
|
|
|
UpdateObjectivePage(
|
|
|
|
|
changePageViewIndex: changePageViewIndex,
|
|
|
|
|
currentIndex: _currentIndex,
|
|
|
|
|
patientInfo: patient,
|
|
|
|
|
changeLoadingState: changeLoadingState),
|
|
|
|
|
UpdateAssessmentPage(
|
|
|
|
|
changePageViewIndex: changePageViewIndex,
|
|
|
|
|
currentIndex: _currentIndex,
|
|
|
|
|
patientInfo: patient,
|
|
|
|
|
changeLoadingState: changeLoadingState),
|
|
|
|
|
UpdatePlanPage(
|
|
|
|
|
changePageViewIndex: changePageViewIndex,
|
|
|
|
|
currentIndex: _currentIndex,
|
|
|
|
|
|