p

server

routes

package routes

Type Members

  1. 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.

  2. 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.

  3. class AuthenticationRoutes extends AnyRef

    This class contains the implementation of all the authentication routes.

  4. 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.

  5. class CommonRoutes extends AnyRef
  6. class EnumerationRoutes extends AnyRef

    This class contains the implementation of all the routes in order to get enumerations in the db.

  7. 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.

  8. 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.

  9. 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.

  10. class Routes extends AnyRef

    This class contains all routes.

  11. 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.

  12. 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.

Ungrouped