Package ca.uhn.fhir.jpa.batch.processor
Class GoldenResourceAnnotatingProcessor
java.lang.Object
ca.uhn.fhir.jpa.batch.processor.GoldenResourceAnnotatingProcessor
- All Implemented Interfaces:
org.springframework.batch.item.ItemProcessor<List<org.hl7.fhir.instance.model.api.IBaseResource>,
List<org.hl7.fhir.instance.model.api.IBaseResource>>
public class GoldenResourceAnnotatingProcessor
extends Object
implements org.springframework.batch.item.ItemProcessor<List<org.hl7.fhir.instance.model.api.IBaseResource>,List<org.hl7.fhir.instance.model.api.IBaseResource>>
Reusable Item Processor which attaches an extension to any outgoing resource. This extension will contain a resource
reference to the golden resource patient of the given resources' patient. (e.g. Observation.subject, Immunization.patient, etc)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GoldenResourceAnnotatingProcessor
public GoldenResourceAnnotatingProcessor()
-
-
Method Details
-
process
-