Package ca.uhn.fhir.mdm.api.params
Class MdmQuerySearchParameters
java.lang.Object
ca.uhn.fhir.mdm.api.params.MdmQuerySearchParameters
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.MdmQuerySearchParameters
(MdmPageRequest thePageRequest) MdmQuerySearchParameters
(String theGoldenResourceId, String theSourceId, String theMatchResult, String theLinkSource, MdmPageRequest thePageRequest, List<Integer> thePartitionIds, String theResourceType) Deprecated, for removal: This API element is subject to removal in a future version.MdmQuerySearchParameters
(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceId, MdmMatchResultEnum theMatchResult, MdmLinkSourceEnum theLinkSource, MdmPageRequest thePageRequest, List<Integer> thePartitionIds, String theResourceType) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IIdType
List
<ca.uhn.fhir.rest.api.SortSpec> getSort()
org.hl7.fhir.instance.model.api.IIdType
setGoldenResourceId
(String theGoldenResourceId) setGoldenResourceId
(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId) setLinkSource
(MdmLinkSourceEnum theLinkSource) setLinkSource
(String theLinkSource) setMatchResult
(MdmMatchResultEnum theMatchResult) setMatchResult
(String theMatchResult) void
setPageRequest
(MdmPageRequest thePageRequest) setPartitionIds
(List<Integer> thePartitionIds) setResourceType
(String theResourceType) setSourceId
(String theSourceId) setSourceId
(org.hl7.fhir.instance.model.api.IIdType theSourceId) toString()
-
Field Details
-
GOLDEN_RESOURCE_PID_NAME
- See Also:
-
SOURCE_PID_NAME
- See Also:
-
MATCH_RESULT_NAME
- See Also:
-
LINK_SOURCE_NAME
- See Also:
-
PARTITION_ID_NAME
- See Also:
-
GOLDEN_RESOURCE_NAME
- See Also:
-
RESOURCE_TYPE_NAME
- See Also:
-
CREATED_NAME
- See Also:
-
UPDATED_NAME
- See Also:
-
SCORE_NAME
- See Also:
-
ourValidSortParameters
-
-
Constructor Details
-
MdmQuerySearchParameters
Deprecated, for removal: This API element is subject to removal in a future version. -
MdmQuerySearchParameters
-
MdmQuerySearchParameters
@Deprecated(since="2023.02.R01", forRemoval=true) public MdmQuerySearchParameters(@Nullable String theGoldenResourceId, @Nullable String theSourceId, @Nullable String theMatchResult, @Nullable String theLinkSource, MdmPageRequest thePageRequest, @Nullable List<Integer> thePartitionIds, @Nullable String theResourceType) Deprecated, for removal: This API element is subject to removal in a future version. -
MdmQuerySearchParameters
@Deprecated(since="2023.02.R01", forRemoval=true) public MdmQuerySearchParameters(@Nullable org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, @Nullable org.hl7.fhir.instance.model.api.IIdType theSourceId, @Nullable MdmMatchResultEnum theMatchResult, @Nullable MdmLinkSourceEnum theLinkSource, MdmPageRequest thePageRequest, @Nullable List<Integer> thePartitionIds, @Nullable String theResourceType) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getGoldenResourceId
-
setGoldenResourceId
public MdmQuerySearchParameters setGoldenResourceId(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId) -
setGoldenResourceId
-
getSourceId
-
setSourceId
-
setSourceId
-
getMatchResult
-
setMatchResult
-
setMatchResult
-
getLinkSource
-
setLinkSource
-
setLinkSource
-
getPageRequest
-
setPageRequest
-
getPartitionIds
-
setPartitionIds
-
getResourceType
-
setResourceType
-
getSort
-
setSort
-
toString
-