
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) booleanbooleanorg.hl7.fhir.instance.model.api.IBaseResourcebooleanList<ca.uhn.fhir.model.api.IProvenanceAgent> org.hl7.fhir.instance.model.api.IBaseResourcevoidsetCreateProvenance(boolean theCreateProvenance) voidsetDeleteSource(boolean theDeleteSource) voidsetOriginalInputParameters(org.hl7.fhir.instance.model.api.IBaseResource theOriginalInputParameters) voidsetPreview(boolean thePreview) voidsetProvenanceAgents(List<ca.uhn.fhir.model.api.IProvenanceAgent> theProvenanceAgents) voidsetResultResource(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)
-