Class MatchGradeEnumInterceptor
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.iti119.MatchGradeEnumInterceptor
There is no universal mechanism to attach any kind of search attribute to a response bundle. As ITI-119 asks
 for a custom attribute that cannot been easily be handled within the BundleFactory, an interceptor is required.
 An instance of this interceptor must be registered with the 
RestfulServer or
 the IpfFhirServlet subclass. The Spring Boot starter does
 this automatically.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidinsertMatchGrades(RequestDetails requestDetails, IBaseResource resource) 
- 
Field Details- 
MATCH_GRADE_EXTENSION_URL- See Also:
 
 
- 
- 
Constructor Details- 
MatchGradeEnumInterceptorpublic MatchGradeEnumInterceptor()
 
- 
- 
Method Details- 
insertMatchGrades
 
-