InPatient medical report enabled

merge-update-with-lab-changes
haroon amjad 2 years ago
parent 9a102be7c7
commit 672d0b7e8c

@ -71,38 +71,38 @@ class _HomeReportPageState extends State<HomeReportPage> with SingleTickerProvid
body: Container( body: Container(
child: Column( child: Column(
children: [ children: [
// TabBar( TabBar(
// controller: _tabController_new, controller: _tabController_new,
// indicatorWeight: 3.0, indicatorWeight: 3.0,
// indicatorSize: TabBarIndicatorSize.tab, indicatorSize: TabBarIndicatorSize.tab,
// labelColor: Color(0xff2B353E), labelColor: Color(0xff2B353E),
// unselectedLabelColor: Color(0xff575757), unselectedLabelColor: Color(0xff575757),
// labelPadding: EdgeInsets.only(top: 15, bottom: 13, left: 20, right: 20), labelPadding: EdgeInsets.only(top: 15, bottom: 13, left: 20, right: 20),
// labelStyle: TextStyle( labelStyle: TextStyle(
// fontSize: 16, fontSize: 16,
// fontWeight: FontWeight.w600, fontWeight: FontWeight.w600,
// letterSpacing: -0.48, letterSpacing: -0.48,
// ), ),
// unselectedLabelStyle: TextStyle( unselectedLabelStyle: TextStyle(
// fontSize: 16, fontSize: 16,
// fontWeight: FontWeight.w600, fontWeight: FontWeight.w600,
// letterSpacing: -0.48, letterSpacing: -0.48,
// ), ),
// onTap: (int value) { onTap: (int value) {
// print(value); print(value);
// setState(() {}); setState(() {});
// }, },
// tabs: [ tabs: [
// Text( Text(
// TranslationBase.of(context).outpatient, TranslationBase.of(context).outpatient,
// style: TextStyle(fontFamily: projectViewModel.isArabic ? 'Cairo' : 'Poppins'), style: TextStyle(fontFamily: projectViewModel.isArabic ? 'Cairo' : 'Poppins'),
// ), ),
// Text( Text(
// TranslationBase.of(context).inPatient, TranslationBase.of(context).inPatient,
// style: TextStyle(fontFamily: projectViewModel.isArabic ? 'Cairo' : 'Poppins'), style: TextStyle(fontFamily: projectViewModel.isArabic ? 'Cairo' : 'Poppins'),
// ), ),
// ], ],
// ), ),
if (model.user != null) if (model.user != null)
Expanded( Expanded(
child: TabBarView( child: TabBarView(

Loading…
Cancel
Save