Package ca.uhn.fhir.jpa.provider.merge
Class BaseMergeOperationInputParameters
java.lang.Object
ca.uhn.fhir.jpa.provider.merge.BaseMergeOperationInputParameters
- Direct Known Subclasses:
PatientMergeOperationInputParameters
-
Constructor Summary
-
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
int
org.hl7.fhir.instance.model.api.IBaseResource
abstract String
abstract String
org.hl7.fhir.instance.model.api.IBaseReference
abstract String
abstract String
org.hl7.fhir.instance.model.api.IBaseReference
abstract String
boolean
boolean
void
setDeleteSource
(boolean theDeleteSource) void
setPreview
(boolean thePreview) void
setResultResource
(org.hl7.fhir.instance.model.api.IBaseResource theResultResource) void
setSourceResource
(org.hl7.fhir.instance.model.api.IBaseReference theSourceResource) void
setSourceResourceIdentifiers
(List<CanonicalIdentifier> theSourceIdentifiers) void
setTargetResource
(org.hl7.fhir.instance.model.api.IBaseReference theTargetResource) void
setTargetResourceIdentifiers
(List<CanonicalIdentifier> theTargetIdentifiers)
-
Constructor Details
-
BaseMergeOperationInputParameters
-
-
Method Details
-
getSourceResourceParameterName
-
getTargetResourceParameterName
-
getSourceIdentifiersParameterName
-
getTargetIdentifiersParameterName
-
getResultResourceParameterName
-
getSourceIdentifiers
-
hasAtLeastOneSourceIdentifier
-
setSourceResourceIdentifiers
-
getTargetIdentifiers
-
hasAtLeastOneTargetIdentifier
-
setTargetResourceIdentifiers
-
getPreview
-
setPreview
-
getDeleteSource
-
setDeleteSource
-
getResultResource
-
setResultResource
-
getSourceResource
-
setSourceResource
-
getTargetResource
-
setTargetResource
-
getResourceLimit
-
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)
-