Uses of Class
org.linuxforhealth.fhir.model.visitor.CopyingVisitor
-
Packages that use CopyingVisitor Package Description org.linuxforhealth.fhir.bucket.scanner org.linuxforhealth.fhir.model.util org.linuxforhealth.fhir.model.visitor org.linuxforhealth.fhir.path.util -
-
Uses of CopyingVisitor in org.linuxforhealth.fhir.bucket.scanner
Subclasses of CopyingVisitor in org.linuxforhealth.fhir.bucket.scanner Modifier and Type Class Description classIdReferenceMappingVisitorAn 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 -
Uses of CopyingVisitor in org.linuxforhealth.fhir.model.util
Subclasses of CopyingVisitor in org.linuxforhealth.fhir.model.util Modifier and Type Class Description classReferenceMappingVisitor<T extends Visitable>Copy the value of each element within a Resource/Element to a new element with the same values, replacingReference.referencevalues with a new value -
Uses of CopyingVisitor in org.linuxforhealth.fhir.model.visitor
Subclasses of CopyingVisitor in org.linuxforhealth.fhir.model.visitor Modifier and Type Class Description classEncodingVisitor<T extends Resource>Encodes the string elements of the visited resource for use within a given context. -
Uses of CopyingVisitor in org.linuxforhealth.fhir.path.util
Subclasses of CopyingVisitor in org.linuxforhealth.fhir.path.util Modifier and Type Class Description (package private) classAddingVisitor<T extends Visitable>(package private) classDeletingVisitor<T extends Visitable>(package private) classInsertingVisitor<T extends Visitable>(package private) classMovingVisitor<T extends Visitable>(package private) classReplacingVisitor<T extends Visitable>
-