FHIR Interceptors
The Interceptors configuration category includes the following configurable options:
Interceptor Bean Types
FHIR storage Callback Script (Text)
FHIR storage Callback Script (File)
|
|
STRING | |
A comma-separated list of bean classes to register as HAPI FHIR Interceptors against the persistence module. | |
(no default) | |
No |
|
|
JAVASCRIPT | |
If set, supplies a callback function that will be executed. This script allows java based interceptors to be written and inject logic into the server. | |
(no default) | |
Yes |
|
|
LOCAL_FILEPATH | |
If set, supplies a callback function that will be executed. This script allows java based interceptors to be written and inject logic into the server. Values should be prefixed with file: or classpath: .
|
|
(no default) | |
Yes |