
Package ca.uhn.fhir.jpa.provider.merge
Class MergeOperationInputParameters
java.lang.Object
ca.uhn.fhir.jpa.provider.merge.MergeOperationsCommonInputParameters
ca.uhn.fhir.jpa.provider.merge.MergeOperationInputParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMergeJobParameters
(ca.uhn.fhir.context.FhirContext theFhirContext, JpaStorageSettings theStorageSettings, org.hl7.fhir.r4.model.Patient theSourceResource, org.hl7.fhir.r4.model.Patient theTargetResource, RequestPartitionId thePartitionId) boolean
boolean
org.hl7.fhir.instance.model.api.IBaseResource
boolean
List
<ca.uhn.fhir.model.api.IProvenanceAgent> org.hl7.fhir.instance.model.api.IBaseResource
void
setCreateProvenance
(boolean theCreateProvenance) void
setDeleteSource
(boolean theDeleteSource) void
setOriginalInputParameters
(org.hl7.fhir.instance.model.api.IBaseResource theOriginalInputParameters) void
setPreview
(boolean thePreview) void
setProvenanceAgents
(List<ca.uhn.fhir.model.api.IProvenanceAgent> theProvenanceAgents) void
setResultResource
(org.hl7.fhir.instance.model.api.IBaseResource theResultResource) Methods inherited from class ca.uhn.fhir.jpa.provider.merge.MergeOperationsCommonInputParameters
getResourceLimit, getSourceIdentifiers, getSourceResource, getTargetIdentifiers, getTargetResource, hasAtLeastOneSourceIdentifier, hasAtLeastOneTargetIdentifier, setSourceResource, setSourceResourceIdentifiers, setTargetResource, setTargetResourceIdentifiers
-
Constructor Details
-
MergeOperationInputParameters
-
-
Method Details
-
getPreview
-
setPreview
-
getDeleteSource
-
setDeleteSource
-
getResultResource
-
setResultResource
-
getCreateProvenance
-
setCreateProvenance
-
getProvenanceAgents
-
setProvenanceAgents
-
getOriginalInputParameters
-
setOriginalInputParameters
public void setOriginalInputParameters(org.hl7.fhir.instance.model.api.IBaseResource theOriginalInputParameters) -
asMergeJobParameters
public MergeJobParameters asMergeJobParameters(ca.uhn.fhir.context.FhirContext theFhirContext, JpaStorageSettings theStorageSettings, org.hl7.fhir.r4.model.Patient theSourceResource, org.hl7.fhir.r4.model.Patient theTargetResource, RequestPartitionId thePartitionId)
-