Build: #93 failed Changes by Wikum Weerakutti <wikum@linuxdeveloper.space>
Code commits
openmrs-module-webservices.rest
-
Wikum Weerakutti <wikum@linuxdeveloper.space> 970bcdebcd0f736da9220017c71a773090e23db8
RESTWS-900: Get conditions or patient-diagnosis by patient (#566)
Fixing general issues.
RESTWS-900: Get conditions or patient-diagnosis by patient
Implemented the endpoints by overriding doSearch method.
RESTWS-900: Get conditions or patient-diagnosis by patient
Fixed minor issues.
RESTWS-900: Get conditions or patient-diagnosis by patient
Changed version to 2.2
RESTWS-900: Get conditions or patient-diagnosis by patient
Changed version to 2.2
RESTWS-900: Get conditions or patient-diagnosis by patient
Added tests for GET /condition and GET /patientdiagnosis.
RESTWS-900: Get conditions or patient-diagnosis by patient
This implements two end points that search for the condition of a patient and diagnosis of a patient.- omod-2.2/pom.xml (version 970bcdebcd0f736da9220017c71a773090e23db8)
- omod-2.2/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_2/ConditionResource2_2.java (version 970bcdebcd0f736da9220017c71a773090e23db8)
- omod-2.2/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_2/DiagnosisResource2_2.java (version 970bcdebcd0f736da9220017c71a773090e23db8)
- omod-2.2/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_2/ConditionController2_2Test.java (version 970bcdebcd0f736da9220017c71a773090e23db8)
- omod-2.2/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_2/DiagnosisController2_2Test.java (version 970bcdebcd0f736da9220017c71a773090e23db8)
- omod-2.2/src/test/resources/conditionTestDataset.xml (version 970bcdebcd0f736da9220017c71a773090e23db8)
- omod-2.4/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/RestTestConstants2_4.java (version 970bcdebcd0f736da9220017c71a773090e23db8)