Interface IMdmModelConverterSvc

All Known Implementing Classes:
MdmModelConverterSvcImpl

public interface IMdmModelConverterSvc
Contract for decoupling API dependency from the base / JPA modules.
  • Method Summary

    Modifier and Type
    Method
    Description
    ca.uhn.fhir.mdm.api.MdmLinkJson
    toJson(ca.uhn.fhir.mdm.api.IMdmLink theLink)
    Creates JSON representation of the provided MDM link
  • Method Details

    • toJson

      ca.uhn.fhir.mdm.api.MdmLinkJson toJson(ca.uhn.fhir.mdm.api.IMdmLink theLink)
      Creates JSON representation of the provided MDM link
      Parameters:
      theLink - Link to convert
      Returns:
      Returns the converted link