-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore:refactor BillController * chore:refactor AdmissionController * chore:use full path for endpoints * chore:refactor AdmissionTypeController * chore:refactor AgeTypeController * chore:refactor DischargeTypeController * chore:refactor DiseaseController * chore:refactor DiseaseTypeController * chore:refactor DeliveryResultTypeController * chore:refactor DeliveryResultController * chore:refactor ExamController and ExamRowController * chore:refactor ExaminationController * chore:refactor ExamTypeController * chore:refactor HospitalController * chore:refactor LaboratoryController * chore:refactor LoginController * chore:refactor MedicalController * chore:refactor MedicalStockMovementController and StockMovementController * chore:refactor MedicalStockWardController and MedStockMovementTypeController * chore:refactor MedicalTypeController and OpdController * chore:refactor OperationController * chore:refactor OperationTypeController and PatientController * chore:refactor PregnantTreatmentTypeController and PermisionsController * chore:refactor SMS, PriceList, PriceOthers and Reports controllers * chore:refactor Supplier, Therapy and UserGroup controllers * chore:refactor Vists, Vaccine, VaccineType, Ward and UserSetting controllers * chore:update spec file * chore:remove extra produces * chore:remove responseentity in controller * fix:fix tests * fix:fix API spec file * fix:fix API spec file
- Loading branch information
Showing
65 changed files
with
4,118 additions
and
5,219 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
256 changes: 104 additions & 152 deletions
256
src/main/java/org/isf/accounting/rest/BillController.java
Large diffs are not rendered by default.
Oops, something went wrong.
501 changes: 247 additions & 254 deletions
501
src/main/java/org/isf/admission/rest/AdmissionController.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.