We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
assigned_to_object
added these attributes:
doctor_assigned_to
staff_assigned_to
Changes should be made in the backend to receive the data in this format in consultation form
The text was updated successfully, but these errors were encountered:
I would like to work on this issue
Sorry, something went wrong.
@Shahbaz898414 Issue is already assigned and PR is already open for it 😅 Feel free to take up another issue!
#1900
Closing in favor of ohcnetwork/care_fe#6276
Ashesh3
No branches or pull requests
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 objectsstaff_assigned_to
( type: UserModel[ ] ) - an array that can have up to 2 nurse objectsChanges should be made in the backend to receive the data in this format in consultation form
The text was updated successfully, but these errors were encountered: