Class ValueSetExpanderImpl

java.lang.Object
dev.dsf.fhir.validation.ValueSetExpanderImpl
All Implemented Interfaces:
ValueSetExpander

public class ValueSetExpanderImpl extends Object implements ValueSetExpander
  • Constructor Summary

    Constructors
    Constructor
    Description
    ValueSetExpanderImpl(ca.uhn.fhir.context.FhirContext fhirContext, ca.uhn.fhir.context.support.IValidationSupport validationSupport)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext
    createWorkerContext(ca.uhn.fhir.context.FhirContext fhirContext, ca.uhn.fhir.context.support.IValidationSupport validationSupport)
     
    org.hl7.fhir.r4.terminologies.ValueSetExpander.ValueSetExpansionOutcome
    expand(org.hl7.fhir.r4.model.ValueSet valueSet)
     

    Methods inherited from class java.lang.Object

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

    • ValueSetExpanderImpl

      public ValueSetExpanderImpl(ca.uhn.fhir.context.FhirContext fhirContext, ca.uhn.fhir.context.support.IValidationSupport validationSupport)
  • Method Details

    • createWorkerContext

      protected org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext createWorkerContext(ca.uhn.fhir.context.FhirContext fhirContext, ca.uhn.fhir.context.support.IValidationSupport validationSupport)
    • expand

      public org.hl7.fhir.r4.terminologies.ValueSetExpander.ValueSetExpansionOutcome expand(org.hl7.fhir.r4.model.ValueSet valueSet)
      Specified by:
      expand in interface ValueSetExpander