File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src/main/java/ca/uhn/fhir/jpa/starter/cdshooks Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >ca.uhn.hapi.fhir</groupId >
16
16
<artifactId >hapi-fhir</artifactId >
17
- <version >7.6.0 </version >
17
+ <version >7.7.7-SNAPSHOT </version >
18
18
</parent >
19
19
20
20
<artifactId >hapi-fhir-jpaserver-starter</artifactId >
Original file line number Diff line number Diff line change 1
1
package ca .uhn .fhir .jpa .starter .cdshooks ;
2
2
3
- import ca .uhn .hapi . fhir .cdshooks .api .json .CdsServiceRequestJson ;
3
+ import ca .uhn .fhir .rest .api .server . cdshooks .CdsServiceRequestJson ;
4
4
import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
5
5
6
6
@ JsonIgnoreProperties ({"extension" })
Original file line number Diff line number Diff line change 4
4
import ca .uhn .fhir .rest .server .RestfulServer ;
5
5
import ca .uhn .fhir .rest .server .exceptions .BaseServerResponseException ;
6
6
import ca .uhn .hapi .fhir .cdshooks .api .ICdsServiceRegistry ;
7
- import ca .uhn .hapi . fhir .cdshooks .api .json .CdsServiceRequestJson ;
7
+ import ca .uhn .fhir .rest .api .server . cdshooks .CdsServiceRequestJson ;
8
8
import ca .uhn .hapi .fhir .cdshooks .api .json .CdsServiceResponseJson ;
9
9
import ca .uhn .hapi .fhir .cdshooks .api .json .CdsServicesJson ;
10
10
import com .fasterxml .jackson .databind .ObjectMapper ;
Original file line number Diff line number Diff line change 11
11
import ca .uhn .hapi .fhir .cdshooks .api .ICdsHooksDaoAuthorizationSvc ;
12
12
import ca .uhn .hapi .fhir .cdshooks .api .ICdsServiceMethod ;
13
13
import ca .uhn .hapi .fhir .cdshooks .api .json .CdsServiceJson ;
14
- import ca .uhn .hapi . fhir .cdshooks .api .json .CdsServiceRequestAuthorizationJson ;
15
- import ca .uhn .hapi . fhir .cdshooks .api .json .CdsServiceRequestJson ;
14
+ import ca .uhn .fhir .rest .api .server . cdshooks .CdsServiceRequestAuthorizationJson ;
15
+ import ca .uhn .fhir .rest .api .server . cdshooks .CdsServiceRequestJson ;
16
16
import ca .uhn .hapi .fhir .cdshooks .svc .prefetch .CdsPrefetchDaoSvc ;
17
17
import ca .uhn .hapi .fhir .cdshooks .svc .prefetch .CdsPrefetchFhirClientSvc ;
18
18
import ca .uhn .hapi .fhir .cdshooks .svc .prefetch .CdsPrefetchSvc ;
Original file line number Diff line number Diff line change 2
2
3
3
import ca .uhn .fhir .rest .api .server .RequestDetails ;
4
4
import ca .uhn .hapi .fhir .cdshooks .api .ICdsConfigService ;
5
- import ca .uhn .hapi . fhir .cdshooks .api .json .CdsServiceRequestJson ;
5
+ import ca .uhn .fhir .rest .api .server . cdshooks .CdsServiceRequestJson ;
6
6
import ca .uhn .hapi .fhir .cdshooks .svc .cr .CdsCrServiceR4 ;
7
7
import org .hl7 .fhir .r4 .model .BooleanType ;
8
8
import org .hl7 .fhir .r4 .model .Parameters ;
You can’t perform that action at this time.
0 commit comments