Skip to content

Commit

Permalink
make changes after reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
mherman22 committed Jun 30, 2023
1 parent 0b7237d commit c1b51d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ public class EncounterFhirResourceProviderIntegrationTest extends BaseFhirR4Inte

private static final String MEDICATION_REQUEST_QUERY_INITIAL_DATA_XML = "org/openmrs/module/fhir2/api/dao/impl/FhirEncounterDaoImplTest_initial_data.xml"; // not loaded for all tests

private static final String JSON_MERGE_PATCH_ENCOUNTER_PATH = "org/openmrs/module/fhir2/providers/Encounter_patch.json";

private static final String JSON_PATCH_ENCOUNTER_PATH = "org/openmrs/module/fhir2/providers/Encounter_json_patch.json";

private static final String ENCOUNTER_JSON_CREATE_ENCOUNTER_PATH = "org/openmrs/module/fhir2/providers/EncounterWebTest_create.json";

private static final String JSON_MERGE_PATCH_ENCOUNTER_PATH = "org/openmrs/module/fhir2/providers/Encounter_patch.json";

private static final String ENCOUNTER_XML_CREATE_ENCOUNTER_PATH = "org/openmrs/module/fhir2/providers/EncounterWebTest_create.xml";

private static final String VISIT_JSON_CREATE_ENCOUNTER_PATH = "org/openmrs/module/fhir2/providers/VisitWebTest_create.json";
Expand Down

0 comments on commit c1b51d3

Please sign in to comment.