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
We need to update the services, mocks and hooks related to the patient relationship endpoint for OH direct scheduling to take two arguments:
location
typeOfCare
The mocks should also return appropriate data based on arguments that are passed.
src/applications/vaos/services/vaos/index.js
src/applications/vaos/services/patient/index.js
src/applications/vaos/services/mocks/index.js
src/applications/vaos/new-appointment/hooks/useGetPatientRelationships.js
src/applications/vaos/services/mocks/v2/patient_provider_relationships.json
hasAvailability
N/A
The text was updated successfully, but these errors were encountered:
ryanshaw
No branches or pull requests
Description
We need to update the services, mocks and hooks related to the patient relationship endpoint for OH direct scheduling to take two arguments:
location
typeOfCare
The mocks should also return appropriate data based on arguments that are passed.
Development Checklist
src/applications/vaos/services/vaos/index.js
src/applications/vaos/services/patient/index.js
src/applications/vaos/services/mocks/index.js
src/applications/vaos/new-appointment/hooks/useGetPatientRelationships.js
src/applications/vaos/services/mocks/v2/patient_provider_relationships.json
to include thehasAvailability
boolean attributeDesign Assets
N/A
Developer Reference
Definition of Done
The text was updated successfully, but these errors were encountered: