we fix issue in app drawer and admission-request-first-screen

merge-requests/932/head
RoaaGhali98 4 years ago
parent a37cd47edb
commit 283bad183d

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

@ -114,7 +114,7 @@ class _AdmissionRequestThirdScreenState extends State<AdmissionRequestFirstScree
height: 10,
),
AppTextFieldCustom(
height: screenSize.height * 0.075,
//height: screenSize.height * 0.075,
hintText: TranslationBase.of(context).clinic,
isTextFieldHasSuffix: true,
validationError: clinicError,
@ -158,7 +158,7 @@ class _AdmissionRequestThirdScreenState extends State<AdmissionRequestFirstScree
height: 20,
),
AppTextFieldCustom(
height: screenSize.height * 0.075,
//height: screenSize.height * 0.075,
hintText: TranslationBase.of(context).doctor,
isTextFieldHasSuffix: true,
dropDownText: _selectedDoctor != null ? _selectedDoctor['DoctorName'] : null,
@ -253,7 +253,7 @@ class _AdmissionRequestThirdScreenState extends State<AdmissionRequestFirstScree
height: 10,
),
AppTextFieldCustom(
height: screenSize.height * 0.075,
//height: screenSize.height * 0.075,
hintText: TranslationBase.of(context).dietType,
isTextFieldHasSuffix: true,
validationError: dietTypeError,

@ -103,8 +103,8 @@ class _AppDrawerState extends State<AppDrawer> {
Padding(
padding: EdgeInsets.only(top: 0),
child: AppText(
authenticationViewModel!
.doctorProfile?.clinicDescription!!,
authenticationViewModel
.doctorProfile?.clinicDescription!,
fontWeight: FontWeight.w500,
color: Color(0xFF2E303A),
fontSize: 16,

Loading…
Cancel
Save