
Package ca.uhn.fhir.jpa.provider.merge
Class MergeOperationsCommonInputParameters
java.lang.Object
ca.uhn.fhir.jpa.provider.merge.MergeOperationsCommonInputParameters
- Direct Known Subclasses:
MergeOperationInputParameters
,UndoMergeOperationInputParameters
Class for input parameters used in both $merge and $hapi.fhir.undo-merge operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
org.hl7.fhir.instance.model.api.IBaseReference
org.hl7.fhir.instance.model.api.IBaseReference
boolean
boolean
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
-
MergeOperationsCommonInputParameters
-
-
Method Details
-
getSourceIdentifiers
-
hasAtLeastOneSourceIdentifier
-
setSourceResourceIdentifiers
-
getTargetIdentifiers
-
hasAtLeastOneTargetIdentifier
-
setTargetResourceIdentifiers
-
getSourceResource
-
setSourceResource
-
getTargetResource
-
setTargetResource
-
getResourceLimit
-