Uses of Class
org.linuxforhealth.fhir.model.util.ReferenceMappingVisitor
-
Packages that use ReferenceMappingVisitor Package Description org.linuxforhealth.fhir.bucket.scanner -
-
Uses of ReferenceMappingVisitor in org.linuxforhealth.fhir.bucket.scanner
Subclasses of ReferenceMappingVisitor in org.linuxforhealth.fhir.bucket.scanner Modifier and Type Class Description class
IdReferenceMappingVisitor
An extension of the ReferenceMappingVisitor which also updates the "id" of the resource because it is being changed from a POST to a PUT, and therefore the id must align with the identity of the resource according to the corresponding fullUrl in the Bundle
-