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
On controllers.LaboratoryController add a method getAll that returns all laboratory as a single JSON list.
controllers.LaboratoryController
getAll
Existing LaboratoryService should be used for obtaining the Laboratory list.
This might be a migration from the controllers.api.LaboratoryController.listAll method that will be deleted soon.
controllers.api.LaboratoryController.listAll
The text was updated successfully, but these errors were encountered:
Hello, I was checking this issue, but it seems it's already implemented?
Sorry, something went wrong.
No branches or pull requests
On
controllers.LaboratoryController
add a methodgetAll
that returns all laboratory as a single JSON list.Existing LaboratoryService should be used for obtaining the Laboratory list.
This might be a migration from the
controllers.api.LaboratoryController.listAll
method that will be deleted soon.The text was updated successfully, but these errors were encountered: