Package ca.uhn.fhir.jpa.mdm.svc
Interface IMdmModelConverterSvc
- All Known Implementing Classes:
MdmModelConverterSvcImpl
public interface IMdmModelConverterSvc
Contract for decoupling API dependency from the base / JPA modules.
-
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.mdm.api.MdmLinkJsontoJson(ca.uhn.fhir.mdm.api.IMdmLink theLink) Creates JSON representation of the provided MDM link
-
Method Details
-
toJson
Creates JSON representation of the provided MDM link- Parameters:
theLink- Link to convert- Returns:
- Returns the converted link
-