|
|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
import 'package:doctor_app_flutter/config/size_config.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/core/enum/master_lookup_key.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/core/enum/viewstate.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/core/viewModel/SOAP_view_model.dart';
|
|
|
|
|
@ -167,7 +168,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
RichText(
|
|
|
|
|
text: new TextSpan(
|
|
|
|
|
style: new TextStyle(
|
|
|
|
|
fontSize: 10,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3.6,
|
|
|
|
|
color: Color(0xFF2E303A),
|
|
|
|
|
fontFamily: 'Poppins',
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
@ -182,7 +183,8 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
.selectedICD.code
|
|
|
|
|
.trim()
|
|
|
|
|
.toUpperCase() ??
|
|
|
|
|
"",
|
|
|
|
|
""
|
|
|
|
|
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
@ -195,7 +197,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
child: RichText(
|
|
|
|
|
text: new TextSpan(
|
|
|
|
|
style: new TextStyle(
|
|
|
|
|
fontSize: 16,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *5,
|
|
|
|
|
color: Color(0xFF2E303A),
|
|
|
|
|
fontFamily: 'Poppins',
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
@ -215,7 +217,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
RichText(
|
|
|
|
|
text: new TextSpan(
|
|
|
|
|
style: new TextStyle(
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3.5,
|
|
|
|
|
color: Color(0xFF2E303A),
|
|
|
|
|
fontFamily: 'Poppins',
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
@ -226,7 +228,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
context)
|
|
|
|
|
.appointmentNo,
|
|
|
|
|
style: new TextStyle(
|
|
|
|
|
fontSize: 10,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3,
|
|
|
|
|
letterSpacing: -0.4,
|
|
|
|
|
color: Color(0xFF575757),
|
|
|
|
|
),
|
|
|
|
|
@ -237,7 +239,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
.toString() ??
|
|
|
|
|
"",
|
|
|
|
|
style: new TextStyle(
|
|
|
|
|
fontSize: 14,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3.6,
|
|
|
|
|
letterSpacing: -0.48,
|
|
|
|
|
color: Color(0xFF2B353E),
|
|
|
|
|
),
|
|
|
|
|
@ -248,7 +250,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
RichText(
|
|
|
|
|
text: new TextSpan(
|
|
|
|
|
style: new TextStyle(
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3,
|
|
|
|
|
color: Color(0xFF2E303A),
|
|
|
|
|
fontFamily: 'Poppins',
|
|
|
|
|
fontWeight:
|
|
|
|
|
@ -274,7 +276,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
.selectedDiagnosisCondition
|
|
|
|
|
.nameEn,
|
|
|
|
|
style: new TextStyle(
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3.6,
|
|
|
|
|
letterSpacing: -0.48,
|
|
|
|
|
color: Color(0xFF2B353E),
|
|
|
|
|
),
|
|
|
|
|
@ -285,7 +287,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
RichText(
|
|
|
|
|
text: new TextSpan(
|
|
|
|
|
style: new TextStyle(
|
|
|
|
|
fontSize: 10,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3,
|
|
|
|
|
color: Color(0xFF2E303A),
|
|
|
|
|
fontFamily: 'Poppins',
|
|
|
|
|
fontWeight:
|
|
|
|
|
@ -311,7 +313,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
.selectedDiagnosisType
|
|
|
|
|
.nameEn,
|
|
|
|
|
style: new TextStyle(
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3.6,
|
|
|
|
|
letterSpacing: -0.48,
|
|
|
|
|
color: Color(0xFF2B353E),
|
|
|
|
|
),
|
|
|
|
|
@ -323,7 +325,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
RichText(
|
|
|
|
|
text: new TextSpan(
|
|
|
|
|
style: new TextStyle(
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3.6,
|
|
|
|
|
color: Color(0xFF2E303A),
|
|
|
|
|
fontFamily: 'Poppins',
|
|
|
|
|
fontWeight:
|
|
|
|
|
@ -335,7 +337,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
.doctor +
|
|
|
|
|
' : ',
|
|
|
|
|
style: new TextStyle(
|
|
|
|
|
fontSize: 10,letterSpacing: -0.4,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3,letterSpacing: -0.4,
|
|
|
|
|
color:
|
|
|
|
|
Color(0xFF575757),
|
|
|
|
|
),
|
|
|
|
|
@ -345,7 +347,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
.doctorName ??
|
|
|
|
|
'',
|
|
|
|
|
style: new TextStyle(
|
|
|
|
|
fontSize: 12,letterSpacing: -0.48,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3.6,letterSpacing: -0.48,
|
|
|
|
|
color:
|
|
|
|
|
Color(0xFF2B353E),
|
|
|
|
|
),
|
|
|
|
|
@ -375,7 +377,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
.remarks +
|
|
|
|
|
" : "
|
|
|
|
|
: '',
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3,
|
|
|
|
|
color: Color(0xFF2E303A),
|
|
|
|
|
fontFamily: 'Poppins',
|
|
|
|
|
fontWeight:
|
|
|
|
|
@ -412,7 +414,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
.now()),
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight.w600,
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3.6,
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
assessment.createdOn !=
|
|
|
|
|
@ -427,7 +429,7 @@ class _UpdateAssessmentPageState extends State<UpdateAssessmentPage> {
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight.w600,
|
|
|
|
|
color: Color(0xFF575757),
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() *3.6,
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
|