main.viewsΒΆ

View functions for top-level locations. All views, except auth views and the index view, should be considered to check for a valid and authenticated user. If one is not found, they will direct to the appropriate error page.

Functions

forgot_username(request)

healthcheck(request)

Returns a success message.

help_messages_off(request)

home(request)

The landing page for the authenticated administrative user.

index(request)

Initial landing view.

library(request)

The root of the main library page, where clinical users of the application can view and manage the data models contained in the fEMR On-Chain database.

set_timezone(request)