Uses of Class
com.ibm.fhir.model.visitor.DefaultVisitor
-
-
Uses of DefaultVisitor in com.ibm.fhir.bucket.scanner
Subclasses of DefaultVisitor in com.ibm.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 -
Uses of DefaultVisitor in com.ibm.fhir.model.generator
Subclasses of DefaultVisitor in com.ibm.fhir.model.generator Modifier and Type Class Description class
GeneratingVisitor
-
Uses of DefaultVisitor in com.ibm.fhir.model.util
Subclasses of DefaultVisitor in com.ibm.fhir.model.util Modifier and Type Class Description class
CollectingVisitor<T>
Visits a Resource or Element and collects all of its descendants of a given type into a single listclass
ReferenceMappingVisitor<T extends Visitable>
Copy the value of each element within a Resource/Element to a new element with the same values, replacingReference.reference
values with a new value -
Uses of DefaultVisitor in com.ibm.fhir.model.visitor
Subclasses of DefaultVisitor in com.ibm.fhir.model.visitor Modifier and Type Class Description class
CopyingVisitor<T extends Visitable>
Copy a Resource or Element.class
EncodingVisitor<T extends Resource>
Encodes the string elements of the visited resource for use within a given context.class
PathAwareVisitor
PathAwareVisitor extends the DefaultVisitor with aPathAwareVisitor.getPath()
method that can be used to get the FHIRPath path of a Resource or Element during a visit.class
ResourceFingerprintVisitor
Compute a cryptographic hash of the visited nodes, skipping those which may be altered by the persistence layer. -
Uses of DefaultVisitor in com.ibm.fhir.operation.davinci.hrex.provider.strategy
Subclasses of DefaultVisitor in com.ibm.fhir.operation.davinci.hrex.provider.strategy Modifier and Type Class Description static class
DefaultMemberMatchStrategy.GetPatientIdentifier
Gets the FIRST Patient Identifier.static class
DefaultMemberMatchStrategy.MemberMatchCovergeSearchCompiler
Compiles the Coverage Search for the Patient.static class
DefaultMemberMatchStrategy.MemberMatchPatientSearchCompiler
Enables the Processing of a Patient Resource into a MultivaluedMap, which is subsequently used for the Search Operation. -
Uses of DefaultVisitor in com.ibm.fhir.path.util
Subclasses of DefaultVisitor in com.ibm.fhir.path.util Modifier and Type Class Description (package private) class
AddingVisitor<T extends Visitable>
(package private) class
DeletingVisitor<T extends Visitable>
(package private) class
InsertingVisitor<T extends Visitable>
(package private) class
MovingVisitor<T extends Visitable>
(package private) class
ReplacingVisitor<T extends Visitable>
-
Uses of DefaultVisitor in com.ibm.fhir.persistence.jdbc.util
Subclasses of DefaultVisitor in com.ibm.fhir.persistence.jdbc.util Modifier and Type Class Description class
JDBCParameterBuildingVisitor
This class is the JDBC persistence layer implementation for transforming SearchParameters into Parameter Data Transfer Objects. -
Uses of DefaultVisitor in com.ibm.fhir.registry.util
Subclasses of DefaultVisitor in com.ibm.fhir.registry.util Modifier and Type Class Description class
DefinitionalResourceVisitor
-