You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's create a new menu option "Physicians" in the Management menu for admins (route path = "/physicians"). Let's re-use the DataTable component to display a paginated list similar to Members and Patients that fetches and displays Physician records.
On selecting a Physician, let's go to a page where its full record can be viewed (route path = "/physicians/:physicianId").
The page should display an "Edit" button that will go to a form for editing (route path = "/physicians/:physicianId/edit").
The text was updated successfully, but these errors were encountered:
Let's create a new menu option "Physicians" in the Management menu for admins (route path = "/physicians"). Let's re-use the DataTable component to display a paginated list similar to Members and Patients that fetches and displays Physician records.
On selecting a Physician, let's go to a page where its full record can be viewed (route path = "/physicians/:physicianId").
The page should display an "Edit" button that will go to a form for editing (route path = "/physicians/:physicianId/edit").
The text was updated successfully, but these errors were encountered: