|
|
|
|
@ -655,84 +655,6 @@ class _HomeScreenState extends State<HomeScreen> {
|
|
|
|
|
);
|
|
|
|
|
},
|
|
|
|
|
),
|
|
|
|
|
// HomePageCard(
|
|
|
|
|
// color: Colors.red[800],
|
|
|
|
|
// margin: EdgeInsets.all(5),
|
|
|
|
|
// child: Column(
|
|
|
|
|
// mainAxisAlignment:
|
|
|
|
|
// MainAxisAlignment.center,
|
|
|
|
|
// crossAxisAlignment:
|
|
|
|
|
// CrossAxisAlignment.start,
|
|
|
|
|
// children: <Widget>[
|
|
|
|
|
// Padding(
|
|
|
|
|
// padding: EdgeInsets.only(
|
|
|
|
|
// top: 10, left: 10, right: 0),
|
|
|
|
|
// child: Icon(
|
|
|
|
|
// DoctorApp.discharge_patients,
|
|
|
|
|
// size: 35,
|
|
|
|
|
// color: Colors.white,
|
|
|
|
|
// )),
|
|
|
|
|
// Container(
|
|
|
|
|
// padding: EdgeInsets.all(10),
|
|
|
|
|
// child: AppText(
|
|
|
|
|
// 'Discharged Patients',
|
|
|
|
|
// color: Colors.white,
|
|
|
|
|
// textAlign: TextAlign.start,
|
|
|
|
|
// fontSize: 15,
|
|
|
|
|
// ))
|
|
|
|
|
// ],
|
|
|
|
|
// ),
|
|
|
|
|
// hasBorder: false,
|
|
|
|
|
// onTap: () {
|
|
|
|
|
// Navigator.push(
|
|
|
|
|
// context,
|
|
|
|
|
// MaterialPageRoute(
|
|
|
|
|
// builder: (context) =>
|
|
|
|
|
// DischargedPatient(),
|
|
|
|
|
// // MyReferredPatient(),
|
|
|
|
|
// ),
|
|
|
|
|
// );
|
|
|
|
|
// },
|
|
|
|
|
// ),
|
|
|
|
|
// HomePageCard(
|
|
|
|
|
// color: Colors.grey[300],
|
|
|
|
|
// margin: EdgeInsets.all(5),
|
|
|
|
|
// child: Column(
|
|
|
|
|
// mainAxisAlignment:
|
|
|
|
|
// MainAxisAlignment.center,
|
|
|
|
|
// crossAxisAlignment:
|
|
|
|
|
// CrossAxisAlignment.start,
|
|
|
|
|
// children: <Widget>[
|
|
|
|
|
// Padding(
|
|
|
|
|
// padding: EdgeInsets.only(
|
|
|
|
|
// top: 10, left: 10, right: 0),
|
|
|
|
|
// child: Icon(
|
|
|
|
|
// DoctorApp.referral_discharge,
|
|
|
|
|
// size: 35,
|
|
|
|
|
// color: Colors.black,
|
|
|
|
|
// )),
|
|
|
|
|
// Container(
|
|
|
|
|
// padding: EdgeInsets.all(10),
|
|
|
|
|
// child: AppText(
|
|
|
|
|
// 'Referral Discharged',
|
|
|
|
|
// color: Colors.black,
|
|
|
|
|
// textAlign: TextAlign.start,
|
|
|
|
|
// fontSize: 15,
|
|
|
|
|
// ))
|
|
|
|
|
// ],
|
|
|
|
|
// ),
|
|
|
|
|
// hasBorder: false,
|
|
|
|
|
// onTap: () {
|
|
|
|
|
// Navigator.push(
|
|
|
|
|
// context,
|
|
|
|
|
// MaterialPageRoute(
|
|
|
|
|
// builder: (context) =>
|
|
|
|
|
// ReferralDischargedPatientPage(),
|
|
|
|
|
// // MyReferredPatient(),
|
|
|
|
|
// ),
|
|
|
|
|
// );
|
|
|
|
|
// },
|
|
|
|
|
// ),
|
|
|
|
|
HomePageCard(
|
|
|
|
|
color: Color(0xffD02127),
|
|
|
|
|
margin: EdgeInsets.all(5),
|
|
|
|
|
|