File tree 6 files changed +15
-15
lines changed
java/org/openmrs/eip/fhir/routes/resources
6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 15
15
@ Setter
16
16
public class MedicationRequestRouter extends BaseFhirResourceRouter {
17
17
18
- @ Value ("${eip.drug.order.concept .uuid:" + DRUG_ORDER_TYPE_UUID + "}" )
18
+ @ Value ("${eip.drug.order.type .uuid:" + DRUG_ORDER_TYPE_UUID + "}" )
19
19
private String drugOrderTypeUuid ;
20
20
21
21
MedicationRequestRouter () {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class ProcedureRouter extends BaseFhirResourceRouter {
29
29
@ Value ("${openmrs.baseUrl}" )
30
30
private String openmrsBaseUrl ;
31
31
32
- @ Value ("${eip.procedure.order.concept .uuid:" + PROCEDURE_ORDER_TYPE_UUID + "}" )
32
+ @ Value ("${eip.procedure.order.type .uuid:" + PROCEDURE_ORDER_TYPE_UUID + "}" )
33
33
private String procedureOrderTypeUuid ;
34
34
35
35
@ Autowired
Original file line number Diff line number Diff line change 16
16
@ Setter
17
17
public class ServiceRequestRouter extends BaseFhirResourceRouter {
18
18
19
- @ Value ("${eip.test.order.concept .uuid:" + TEST_ORDER_TYPE_UUID + "}" )
19
+ @ Value ("${eip.test.order.type .uuid:" + TEST_ORDER_TYPE_UUID + "}" )
20
20
private String testOrderTypeUuid ;
21
21
22
- @ Value ("${eip.imaging.order.concept .uuid:" + IMAGING_ORDER_TYPE_UUID + "}" )
22
+ @ Value ("${eip.imaging.order.type .uuid:" + IMAGING_ORDER_TYPE_UUID + "}" )
23
23
private String imagingOrderTypeUuid ;
24
24
25
25
ServiceRequestRouter () {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class SupplyRequestRouter extends BaseFhirResourceRouter {
29
29
@ Value ("${openmrs.baseUrl}" )
30
30
private String openmrsBaseUrl ;
31
31
32
- @ Value ("${eip.supplyrequest.order.concept .uuid:" + SUPPLY_REQUEST_ORDER_TYPE_UUID + "}" )
32
+ @ Value ("${eip.supplyrequest.order.type .uuid:" + SUPPLY_REQUEST_ORDER_TYPE_UUID + "}" )
33
33
private String supplyRequestOrderTypeUuid ;
34
34
35
35
@ Autowired
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ openmrs.password=${eip.fhir.password}
5
5
# ----------------------------------------------------------------------------------------------------------------------
6
6
7
7
# *********************** EIP Configuration ********************************************************************
8
- eip.test.order.concept .uuid =${EIP_TEST_ORDER_CONCEPT_UUID :}
9
- eip.imaging.order.concept .uuid =${EIP_IMAGING_ORDER_CONCEPT_UUID :}
10
- eip.procedure.order.concept .uuid =${EIP_PROCEDURE_ORDER_CONCEPT_UUID :}
11
- eip.supplyrequest.order.concept .uuid =${EIP_SUPPLYREQUEST_ORDER_CONCEPT_UUID :}
12
- eip.drug.order.concept .uuid =${EIP_DRUG_ORDER_CONCEPT_UUID :}
8
+ eip.test.order.type .uuid =${EIP_TEST_ORDER_TYPE_UUID :}
9
+ eip.imaging.order.type .uuid =${EIP_IMAGING_ORDER_TYPE_UUID :}
10
+ eip.procedure.order.type .uuid =${EIP_PROCEDURE_ORDER_TYPE_UUID :}
11
+ eip.supplyrequest.order.type .uuid =${EIP_SUPPLYREQUEST_ORDER_TYPE_UUID :}
12
+ eip.drug.order.type .uuid =${EIP_DRUG_ORDER_TYPE_UUID :}
13
13
# ----------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ eip.fhir.password=password
11
11
# ----------------------------------------------------------------------------------------------------------------------
12
12
13
13
# *********************** EIP Configuration ********************************************************************
14
- eip.test.order.concept .uuid =52a447d3-a64a-11e3-9aeb-50e549534c5e
15
- eip.imaging.order.concept .uuid =8d2aff07-55e6-4a4a-8878-72b9eb36a3b8
16
- eip.procedure.order.concept .uuid =67a92e56-0f88-11ea-8d71-362b9e155667
17
- eip.supplyrequest.order.concept .uuid =67a92bd6-0f88-11ea-8d71-362b9e155667
18
- eip.drug.order.concept .uuid =131168f4-15f5-102d-96e4-000c29c2a5d7
14
+ eip.test.order.type .uuid =52a447d3-a64a-11e3-9aeb-50e549534c5e
15
+ eip.imaging.order.type .uuid =8d2aff07-55e6-4a4a-8878-72b9eb36a3b8
16
+ eip.procedure.order.type .uuid =67a92e56-0f88-11ea-8d71-362b9e155667
17
+ eip.supplyrequest.order.type .uuid =67a92bd6-0f88-11ea-8d71-362b9e155667
18
+ eip.drug.order.type .uuid =131168f4-15f5-102d-96e4-000c29c2a5d7
19
19
# ----------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments