Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Back Back
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Faladoc.ai
  • BackBack
  • Merge requests
  • !30

Merged
Created May 29, 2024 by Guilherme Poglia Barreto@guilherme.barretoDeveloper

feature/getAppointmens_filters

  • Overview 0
  • Commits 9
  • Changes 4

This MR adds

  1. the getAppointments method to the AppointmentService class in the appointment-services.ts file. The method allows fetching appointments with query parameters such as patient name, patient ID, appointment date, hospital, and appointment status.
  2. the association between the Appointment model and the Patient model in the Appointment.ts file. The Appointment model now belongs to the Patient model using the foreign key patient_id.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/getAppointmens_filters