
Package ca.uhn.fhir.mdm.provider
Class MdmControllerUtil
java.lang.Object
ca.uhn.fhir.mdm.provider.MdmControllerUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.instance.model.api.IIdTypeextractGoldenResourceIdDtOrNull(String theName, String theGoldenResourceId) static MdmLinkSourceEnumextractLinkSourceOrNull(String theLinkSource) static MdmMatchResultEnumextractMatchResultOrNull(String theMatchResult) static org.hl7.fhir.instance.model.api.IIdTypeextractSourceIdDtOrNull(String theName, String theSourceId) static org.hl7.fhir.instance.model.api.IIdTypegetSourceIdDtOrThrowException(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)
-