Class IFhirResourceDaoCodeSystem.SubsumesResult

java.lang.Object
ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoCodeSystem.SubsumesResult
Enclosing interface:
IFhirResourceDaoCodeSystem<T extends org.hl7.fhir.instance.model.api.IBaseResource>

  • Constructor Summary

    Constructors
    Constructor
    Description
    SubsumesResult(org.hl7.fhir.r4.model.codesystems.ConceptSubsumptionOutcome theOutcome)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hl7.fhir.r4.model.codesystems.ConceptSubsumptionOutcome
     
    org.hl7.fhir.instance.model.api.IBaseParameters
    toParameters(ca.uhn.fhir.context.FhirContext theFhirContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SubsumesResult

      public SubsumesResult(org.hl7.fhir.r4.model.codesystems.ConceptSubsumptionOutcome theOutcome)
  • Method Details

    • getOutcome

      public org.hl7.fhir.r4.model.codesystems.ConceptSubsumptionOutcome getOutcome()
    • toParameters

      public org.hl7.fhir.instance.model.api.IBaseParameters toParameters(ca.uhn.fhir.context.FhirContext theFhirContext)