package routes
Type Members
-
class
AdministratorRoutes extends AnyRef
This class contains the implementation of all the routes that the administrator can call up to insert or update elements in the db.
-
class
AnesthetistRoutes extends AnyRef
This class contains the implementation of all the routes that the anesthetist can call up to insert or update elements in the db.
-
class
AuthenticationRoutes extends AnyRef
This class contains the implementation of all the authentication routes.
-
class
CardiologistRoutes extends AnyRef
This class contains the implementation of all the routes that the cardiologist can call up to insert or update elements in the db.
- class CommonRoutes extends AnyRef
-
class
EnumerationRoutes extends AnyRef
This class contains the implementation of all the routes in order to get enumerations in the db.
-
class
GeneralPractitionerRoutes extends AnyRef
This class contains the implementation of all the routes that the general practitioner can call up to insert or update elements in the db.
-
class
InstrumentalistRoutes extends AnyRef
This class contains the implementation of all the routes that the instrumentalist can call up to insert or update elements in the db.
-
class
RescuerRoutes extends AnyRef
This class contains the implementation of all the routes that the rescuer can call up to insert or update elements in the db.
-
class
Routes extends AnyRef
This class contains all routes.
-
class
SurgeonRoutes extends AnyRef
This class contains the implementation of all the routes that the surgeon can call up to insert or update elements in the db.
-
class
WardNurseRoutes extends AnyRef
This class contains the implementation of all the routes that the ward nurse can call up to insert or update elements in the db.