Package ca.uhn.fhir.mdm.provider
Class MdmControllerUtil
java.lang.Object
ca.uhn.fhir.mdm.provider.MdmControllerUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.instance.model.api.IIdType
extractGoldenResourceIdDtOrNull
(String theName, String theGoldenResourceId) static MdmLinkSourceEnum
extractLinkSourceOrNull
(String theLinkSource) static MdmMatchResultEnum
extractMatchResultOrNull
(String theMatchResult) static org.hl7.fhir.instance.model.api.IIdType
extractSourceIdDtOrNull
(String theName, String theSourceId) static org.hl7.fhir.instance.model.api.IIdType
getSourceIdDtOrThrowException
(String theParamName, String theSourceId)
-
Constructor Details
-
MdmControllerUtil
public MdmControllerUtil()
-
-
Method Details
-
extractMatchResultOrNull
-
extractLinkSourceOrNull
-
extractGoldenResourceIdDtOrNull
public static org.hl7.fhir.instance.model.api.IIdType extractGoldenResourceIdDtOrNull(String theName, String theGoldenResourceId) -
extractSourceIdDtOrNull
public static org.hl7.fhir.instance.model.api.IIdType extractSourceIdDtOrNull(String theName, String theSourceId) -
getSourceIdDtOrThrowException
public static org.hl7.fhir.instance.model.api.IIdType getSourceIdDtOrThrowException(String theParamName, String theSourceId)
-