|
|
|
@ -55,8 +55,6 @@ class _ReferPatientState extends State<ReferPatientScreen> {
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
return AppScaffold(
|
|
|
|
return AppScaffold(
|
|
|
|
appBarTitle: "Progress Note",
|
|
|
|
appBarTitle: "Progress Note",
|
|
|
|
showAppDrawer: false,
|
|
|
|
|
|
|
|
showBottomBar: false,
|
|
|
|
|
|
|
|
body: patientsProv.isLoading
|
|
|
|
body: patientsProv.isLoading
|
|
|
|
? DrAppCircularProgressIndeicator()
|
|
|
|
? DrAppCircularProgressIndeicator()
|
|
|
|
: patientsProv.isError
|
|
|
|
: patientsProv.isError
|
|
|
|
|