You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we've got a successful Create Encounter API (#826 ) as well as the ability to read one (#596 ), we need to fill out the CRUD. Delete is the next stage in the process.
Feature sign-off requirements
API that successfully deletes an encounter.
200: "Successfully deleted encounter: {UUID}"
400: "Could not delete encounter: {UUID}"
The text was updated successfully, but these errors were encountered:
Feature description and context
Now that we've got a successful Create Encounter API (#826 ) as well as the ability to read one (#596 ), we need to fill out the CRUD. Delete is the next stage in the process.
Feature sign-off requirements
API that successfully deletes an encounter.
The text was updated successfully, but these errors were encountered: