
Package ca.uhn.fhir.mdm.util
Class MessageHelper
java.lang.Object
ca.uhn.fhir.mdm.util.MessageHelper
-
Constructor Summary
ConstructorsConstructorDescriptionMessageHelper(IMdmSettings theMdmSettings, ca.uhn.fhir.context.FhirContext theFhirContext) -
Method Summary
Modifier and TypeMethodDescriptiongetMessageForAlreadyAcceptedLink(String theGoldenId, String theSourceId) getMessageForAlreadyAcceptedLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenRecord, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource) getMessageForArgumentTypeMismatchInUpdate(String theGoldenRecordType, String theSourceResourceType) getMessageForFailedGoldenResourceLoad(String theParamName, String theGoldenResourceId) getMessageForMismatchPartition(String theGoldenRecord, String theSourceResource) getMessageForMismatchPartition(org.hl7.fhir.instance.model.api.IAnyResource theGoldenRecord, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource) getMessageForMultipleGoldenRecords(String theSourceResource) getMessageForMultipleGoldenRecords(org.hl7.fhir.instance.model.api.IAnyResource theSourceResource) getMessageForNoLink(String theGoldenRecord, String theSourceResource) getMessageForNoLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenRecord, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource) getMessageForPresentLink(String theGoldenRecord, String theSourceResource) getMessageForPresentLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenRecord, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource) getMessageForUnsupportedFirstArgumentTypeInUpdate(String goldenRecordType) getMessageForUnsupportedResource(String theName, String theResourceType) getMessageForUnsupportedResource(String theName, org.hl7.fhir.instance.model.api.IAnyResource theResource) getMessageForUnsupportedSecondArgumentTypeInUpdate(String theGoldenRecordType)
-
Constructor Details
-
MessageHelper
-
-
Method Details
-
getMessageForUnmanagedResource
-
getMessageForUnsupportedResource
public String getMessageForUnsupportedResource(String theName, org.hl7.fhir.instance.model.api.IAnyResource theResource) -
getMessageForUnsupportedResource
-
getMessageForUnsupportedMatchResult
-
getMessageForUnsupportedFirstArgumentTypeInUpdate
-
getMessageForUnsupportedSecondArgumentTypeInUpdate
-
getMessageForArgumentTypeMismatchInUpdate
public String getMessageForArgumentTypeMismatchInUpdate(String theGoldenRecordType, String theSourceResourceType) -
getMessageForUnsupportedSourceResource
-
getMessageForNoLink
public String getMessageForNoLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenRecord, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource) -
getMessageForNoLink
-
getMessageForAlreadyAcceptedLink
public String getMessageForAlreadyAcceptedLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenRecord, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource) -
getMessageForAlreadyAcceptedLink
-
getMessageForPresentLink
public String getMessageForPresentLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenRecord, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource) -
getMessageForPresentLink
-
getMessageForMultipleGoldenRecords
public String getMessageForMultipleGoldenRecords(org.hl7.fhir.instance.model.api.IAnyResource theSourceResource) -
getMessageForMultipleGoldenRecords
-
getMessageForFailedGoldenResourceLoad
public String getMessageForFailedGoldenResourceLoad(String theParamName, String theGoldenResourceId) -
getMessageForMismatchPartition
public String getMessageForMismatchPartition(org.hl7.fhir.instance.model.api.IAnyResource theGoldenRecord, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource) -
getMessageForMismatchPartition
-