diff --git a/lib/screens/patients/profile/discharge_summary/all_discharge_summary.dart b/lib/screens/patients/profile/discharge_summary/all_discharge_summary.dart index 6a8633da..532d5e46 100644 --- a/lib/screens/patients/profile/discharge_summary/all_discharge_summary.dart +++ b/lib/screens/patients/profile/discharge_summary/all_discharge_summary.dart @@ -36,13 +36,13 @@ class _AllDischargeSummaryState extends State { body: // DrAppEmbeddedError(error: TranslationBase.of(context).noItem) model.allDisChargeSummaryList.isEmpty ? Center( - child: ErrorMessage( - error: TranslationBase.of(context).noDataAvailable), - ) + child: ErrorMessage( + error: TranslationBase.of(context).noDataAvailable), + ) : Column( children: [ Padding( - padding: const EdgeInsets.all(8.0), + padding: const EdgeInsets.all(12.0), child: Column( children: [ Row( diff --git a/lib/screens/patients/profile/discharge_summary/discharge_Summary_widget.dart b/lib/screens/patients/profile/discharge_summary/discharge_Summary_widget.dart index 7754447a..e88c242f 100644 --- a/lib/screens/patients/profile/discharge_summary/discharge_Summary_widget.dart +++ b/lib/screens/patients/profile/discharge_summary/discharge_Summary_widget.dart @@ -115,7 +115,7 @@ class _DischargeSummaryWidgetState extends State { SizedBox( height: 15.0, ), - AppText(TranslationBase.of(context).moreDetails), + //AppText(TranslationBase.of(context).moreDetails), SizedBox( height: 15.0, ), diff --git a/lib/screens/patients/profile/discharge_summary/pending_discharge_summary.dart b/lib/screens/patients/profile/discharge_summary/pending_discharge_summary.dart index 99176624..0313371b 100644 --- a/lib/screens/patients/profile/discharge_summary/pending_discharge_summary.dart +++ b/lib/screens/patients/profile/discharge_summary/pending_discharge_summary.dart @@ -37,14 +37,13 @@ class _PendingDischargeSummaryState extends State { isShowAppBar: false, body: model.pendingDischargeSummaryList.isEmpty ? Center( - child: ErrorMessage( - error: TranslationBase.of(context) - .noDataAvailable), - ) // DrAppEmbeddedError(error: TranslationBase.of(context).noItem) + child: ErrorMessage( + error: TranslationBase.of(context).noDataAvailable), + ) // DrAppEmbeddedError(error: TranslationBase.of(context).noItem) : Column( children: [ Padding( - padding: const EdgeInsets.all(8.0), + padding: EdgeInsets.all(12.0), child: Column( children: [ Row( diff --git a/lib/util/translations_delegate_base.dart b/lib/util/translations_delegate_base.dart index 1e4674a2..0c25bca7e 100644 --- a/lib/util/translations_delegate_base.dart +++ b/lib/util/translations_delegate_base.dart @@ -1477,6 +1477,7 @@ class TranslationBase { localizedValues['confirmation'][locale.languageCode]; String get diabetic => localizedValues['diabetic'][locale.languageCode]; String get chart => localizedValues['chart'][locale.languageCode]; + String get investigation => localizedValues['investigation'][locale.languageCode]; String get conditionOnDischarge =>