
Uses of Class
ca.uhn.fhir.jpa.provider.merge.MergeOperationInputParameters
Packages that use MergeOperationInputParameters
-
Uses of MergeOperationInputParameters in ca.uhn.fhir.jpa.provider.merge
Methods in ca.uhn.fhir.jpa.provider.merge that return MergeOperationInputParametersModifier and TypeMethodDescriptionMergeOperationParametersUtil.inputParamsFromOperationParams(List<?> theSourcePatientIdentifier, List<?> theTargetPatientIdentifier, org.hl7.fhir.instance.model.api.IBaseReference theSourcePatient, org.hl7.fhir.instance.model.api.IBaseReference theTargetPatient, org.hl7.fhir.instance.model.api.IPrimitiveType<Boolean> thePreview, org.hl7.fhir.instance.model.api.IPrimitiveType<Boolean> theDeleteSource, org.hl7.fhir.instance.model.api.IBaseResource theResultPatient, List<ca.uhn.fhir.model.api.IProvenanceAgent> theProvenanceAgents, org.hl7.fhir.instance.model.api.IBaseResource theOriginalInputParameters, int theResourceLimit) Build MergeOperationInputParameters from REST operation parameters.MergeOperationParametersUtil.inputParamsFromParameters(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBaseParameters theParameters, int theResourceLimit, List<ca.uhn.fhir.model.api.IProvenanceAgent> theProvenanceAgents) Build MergeOperationInputParameters from a FHIR Parameters resource.Methods in ca.uhn.fhir.jpa.provider.merge with parameters of type MergeOperationInputParametersModifier and TypeMethodDescriptionResourceMergeService.merge(MergeOperationInputParameters theMergeOperationParameters, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Perform the $merge operation.