Skip to content

Backend en Spring Boot sobre un sistema de historiales medicos

Notifications You must be signed in to change notification settings

josvaal/backend-medical-records

Repository files navigation

Documentation for OpenAPI definition

Documentation for API Endpoints

All URIs are relative to http://localhost:9777

Class Method HTTP request Description
AppointmentControllerApi create2 POST /api/v1/appointment
AppointmentControllerApi delete3 DELETE /api/v1/appointment/{id}
AppointmentControllerApi showAll3 GET /api/v1/appointments
AppointmentControllerApi showAllByDoctorId1 GET /api/v1/appointments/doctor/{id}
AppointmentControllerApi showAllByPatientId1 GET /api/v1/appointments/patient/{id}
AppointmentControllerApi showById3 GET /api/v1/appointment/{id}
AppointmentControllerApi update3 PATCH /api/v1/appointment
AuthControllerApi login POST /api/v1/auth/login
AuthControllerApi profile GET /api/v1/auth/profile
AuthControllerApi register POST /api/v1/auth/register
MedicalHistoryControllerApi create1 POST /api/v1/medical_history
MedicalHistoryControllerApi delete2 DELETE /api/v1/medical_history/{id}
MedicalHistoryControllerApi showAll2 GET /api/v1/medical_histories
MedicalHistoryControllerApi showAllByDoctorId GET /api/v1/medical_histories/doctor/{id}
MedicalHistoryControllerApi showAllByPatientId GET /api/v1/medical_histories/patient/{id}
MedicalHistoryControllerApi showById2 GET /api/v1/medical_history/{id}
MedicalHistoryControllerApi update2 PATCH /api/v1/medical_history
PrescriptionControllerApi create POST /api/v1/prescription
PrescriptionControllerApi delete1 DELETE /api/v1/prescription/{id}
PrescriptionControllerApi showAll1 GET /api/v1/prescriptions
PrescriptionControllerApi showAllByMedicalHistoryId GET /api/v1/prescriptions/medical_history/{id}
PrescriptionControllerApi showById1 GET /api/v1/prescription/{id}
PrescriptionControllerApi update1 PATCH /api/v1/prescription
UserControllerApi delete DELETE /api/v1/user/{id}
UserControllerApi showAll GET /api/v1/users
UserControllerApi showAllByUserRole GET /api/v1/users/role/{role}
UserControllerApi showById GET /api/v1/user/{id}
UserControllerApi update PATCH /api/v1/user

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

About

Backend en Spring Boot sobre un sistema de historiales medicos

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published