Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assigning patient to multiple doctors/nurses in consultation #1647

Closed
print-Sathvik opened this issue Sep 29, 2023 · 3 comments
Closed

Assigning patient to multiple doctors/nurses in consultation #1647

print-Sathvik opened this issue Sep 29, 2023 · 3 comments
Assignees

Comments

@print-Sathvik
Copy link

Is your feature request related to a problem? Please describe.
This is related to ohcnetwork/care_fe#6276

Describe the solution you'd like
In the frontend form and post request of consultation I made the following changes:
removed these attributes:

  • assigned_to (type: string)
  • assigned_to_object (type: UserModel | null)

added these attributes:

  • doctor_assigned_to ( type: UserModel[ ] ) - an array that can have up to 3 doctor objects
  • staff_assigned_to ( type: UserModel[ ] ) - an array that can have up to 2 nurse objects

Changes should be made in the backend to receive the data in this format in consultation form

@Shahbaz898414
Copy link

I would like to work on this issue

@Ashesh3
Copy link
Member

Ashesh3 commented Mar 8, 2024

@Shahbaz898414 Issue is already assigned and PR is already open for it 😅 Feel free to take up another issue!

#1900

@Ashesh3
Copy link
Member

Ashesh3 commented Apr 24, 2024

Closing in favor of ohcnetwork/care_fe#6276

@Ashesh3 Ashesh3 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants