merge-requests/928/head
Elham Rababh 4 years ago
parent ae5c9170a7
commit 34b4484972

@ -5,8 +5,8 @@ const ONLY_NUMBERS = "[0-9]";
const ONLY_LETTERS = "[a-zA-Z &'\"]";
const ONLY_DATE = "[0-9/]";
const BASE_URL_LIVE_CARE = 'https://livecare.hmg.com/';
const BASE_URL = 'https://hmgwebservices.com/';
// const BASE_URL = 'https://uat.hmgwebservices.com/';
// const BASE_URL = 'https://hmgwebservices.com/';
const BASE_URL = 'https://uat.hmgwebservices.com/';
const PHARMACY_ITEMS_URL = "Services/Lists.svc/REST/GetPharmcyItems_Region_enh";
const PHARMACY_LIST_URL = "Services/Patients.svc/REST/GetPharmcyList";
const PATIENT_PROGRESS_NOTE_URL =

@ -81,6 +81,8 @@ class _DoctorReplyScreenState extends State<DoctorReplyScreen>
preferredSize: Size.fromHeight(
MediaQuery.of(context).size.height * 0.070),
child: Container(
color: Helpers.getBgTabColor(),
child: TabBar(
isScrollable: false,
controller: _tabController,

@ -127,6 +127,8 @@ class _InPatientScreenState extends State<InPatientScreen>
color: Colors.white),
child: Container(
margin: EdgeInsets.only(top: 9),
color: Helpers.getBgTabColor(),
child: TabBar(
isScrollable: false,
controller: _tabController,

@ -107,9 +107,7 @@ class _OutPatientsScreenState extends State<OutPatientsScreen> {
Container(
// color: Colors.red,
height: Helpers.getTabHeight(context),
decoration: TextFieldsUtils.containerBorderDecoration(
Color(0Xffffffff), Color(0xFFCCCCCC),
borderRadius: 4, borderWidth: 0),
color: Helpers.getBgTabColor(),
child: Row(
mainAxisSize: MainAxisSize.max,
crossAxisAlignment: CrossAxisAlignment.center,

@ -60,6 +60,7 @@ class _PatientReferralScreen extends State<PatientReferralScreen>
child: Center(
child: Container(
height: Helpers.getTabHeight(context),
color: Helpers.getBgTabColor(),
child: Center(
child: TabBar(
isScrollable: false,

Loading…
Cancel
Save