|
|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
import 'package:doctor_app_flutter/config/size_config.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/core/viewModel/doctor_replay_view_model.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/models/SOAP/GetGetProgressNoteResModel.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/models/SOAP/my_selected_allergy.dart';
|
|
|
|
|
@ -6,11 +7,13 @@ import 'package:doctor_app_flutter/models/SOAP/my_selected_examination.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/models/SOAP/my_selected_history.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/models/patient/patiant_info_model.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/base/base_view.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/util/translations_delegate_base.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/widgets/patients/profile/soap_update/steps_widget.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/widgets/patients/profile/soap_update/subjective/update_subjective_page.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/widgets/patients/profile/soap_update/update_assessment_page.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/widgets/patients/profile/soap_update/update_plan_page.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/widgets/shared/app_scaffold_widget.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/widgets/shared/app_texts_widget.dart';
|
|
|
|
|
import 'package:flutter/cupertino.dart';
|
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
|
|
|
|
|
|
@ -79,6 +82,7 @@ class _UpdateSoapIndexState extends State<UpdateSoapIndex>
|
|
|
|
|
color: Theme.of(context).scaffoldBackgroundColor),
|
|
|
|
|
child: Column(
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.start,
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
// PatientPageHeaderWidget(patient),
|
|
|
|
|
PatientProfileHeaderNewDesign(patient, '7', '7', height: MediaQuery.of(context).size.height * 0.28,),
|
|
|
|
|
@ -87,6 +91,27 @@ class _UpdateSoapIndexState extends State<UpdateSoapIndex>
|
|
|
|
|
height: 1,
|
|
|
|
|
color: Color(0xffCCCCCC),
|
|
|
|
|
),
|
|
|
|
|
Container(
|
|
|
|
|
margin: EdgeInsets.only(
|
|
|
|
|
top: 10,
|
|
|
|
|
left: MediaQuery.of(context).size.width * 0.05,
|
|
|
|
|
right: MediaQuery.of(context).size.width * 0.05),
|
|
|
|
|
|
|
|
|
|
child: AppText(
|
|
|
|
|
TranslationBase.of(context).createNew,
|
|
|
|
|
fontSize: 3 * SizeConfig.textMultiplier,
|
|
|
|
|
fontWeight: FontWeight.w500,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
Container(
|
|
|
|
|
margin: EdgeInsets.only(
|
|
|
|
|
left: MediaQuery.of(context).size.width * 0.05,
|
|
|
|
|
right: MediaQuery.of(context).size.width * 0.05),
|
|
|
|
|
child: AppText(TranslationBase.of(context).episode,
|
|
|
|
|
fontSize: 3.5 * SizeConfig.textMultiplier,
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
Container(
|
|
|
|
|
color: Theme.of(context).scaffoldBackgroundColor,
|
|
|
|
|
margin: EdgeInsets.only(
|
|
|
|
|
@ -95,7 +120,7 @@ class _UpdateSoapIndexState extends State<UpdateSoapIndex>
|
|
|
|
|
child: StepsWidget(
|
|
|
|
|
index: _currentIndex,
|
|
|
|
|
changeCurrentTab: changePageViewIndex,
|
|
|
|
|
height: 135,//MediaQuery.of(context).size.height * 0.17,
|
|
|
|
|
height: 100,//MediaQuery.of(context).size.height * 0.17,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
Container(
|
|
|
|
|
|