Merge branch 'referral_in_patient' into 'development'

Add Medical Report Page

See merge request Cloud_Solution/doctor_app_flutter!646
merge-requests/647/merge
Mohammad Aljammal 5 years ago
commit f3e4fd5809

@ -0,0 +1,8 @@
import 'package:flutter/cupertino.dart';
class MedicalReportPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container();
}
}
Loading…
Cancel
Save