OpenMRS
Document ExtensionResource
So for a resource to be appeared in OpenMRS Swagger Documentation, following methods should be overridden, based on its supported CRUD operations.
- Model getGETModel(Representation)
- If supports GET operations - override this method.
- Model getCREATEModel(Representation)
- If supports CREATE operations - override this method.
- Model getUPDATEModel(Representation)
- If supports UPDATE operations - override this method.
Override the relevant methods for ExtensionResource.
Please refer to the JIRA issue for more detailed information.
Students who completed this task
Fawwaz Yusran