ui fix discharged patient card

merge-requests/909/head
hussam al-habibeh 3 years ago
parent e2cde9a39f
commit 118d367b4c

@ -36,13 +36,13 @@ class _AllDischargeSummaryState extends State<AllDischargeSummary> {
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(

@ -115,7 +115,7 @@ class _DischargeSummaryWidgetState extends State<DischargeSummaryWidget> {
SizedBox(
height: 15.0,
),
AppText(TranslationBase.of(context).moreDetails),
//AppText(TranslationBase.of(context).moreDetails),
SizedBox(
height: 15.0,
),

@ -37,14 +37,13 @@ class _PendingDischargeSummaryState extends State<PendingDischargeSummary> {
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(

@ -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 =>

Loading…
Cancel
Save