File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/java/ca/uhn/fhir/jpa/starter/cdshooks Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,17 @@ public ModuleConfigurationPrefetchSvc(
74
74
CdsPrefetchDaoSvc theResourcePrefetchDao ,
75
75
CdsPrefetchFhirClientSvc theResourcePrefetchFhirClient ,
76
76
ICdsHooksDaoAuthorizationSvc theCdsHooksDaoAuthorizationSvc ,
77
+ FhirContext theFhirContext ,
77
78
IInterceptorBroadcaster theInterceptorBroadcaster ) {
78
79
super (
79
80
theCdsResolutionStrategySvc ,
80
81
theResourcePrefetchDao ,
81
82
theResourcePrefetchFhirClient ,
82
83
theCdsHooksDaoAuthorizationSvc ,
84
+ theFhirContext ,
83
85
theInterceptorBroadcaster );
84
86
myResourcePrefetchFhirClient = theResourcePrefetchFhirClient ;
85
- fhirContext = theResourcePrefetchDao . getFhirContext () ;
87
+ fhirContext = theFhirContext ;
86
88
}
87
89
88
90
@ Override
You can’t perform that action at this time.
0 commit comments