Uses of Interface
org.hl7.fhir.dstu2.utils.IWorkerContext
-
Packages that use IWorkerContext Package Description org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.terminologies org.hl7.fhir.dstu2.utils -
-
Uses of IWorkerContext in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model with parameters of type IWorkerContext Modifier and Type Method Description booleanExpressionNode.TypeDetails. hasType(IWorkerContext context, String... tn) -
Uses of IWorkerContext in org.hl7.fhir.dstu2.terminologies
Constructors in org.hl7.fhir.dstu2.terminologies with parameters of type IWorkerContext Constructor Description ValueSetCheckerSimple(ValueSet source, ValueSetExpanderFactory factory, IWorkerContext context)ValueSetExpanderSimple(IWorkerContext context, ValueSetExpanderFactory factory)ValueSetExpansionCache(IWorkerContext context)ValueSetExpansionCache(IWorkerContext context, String cacheFolder) -
Uses of IWorkerContext in org.hl7.fhir.dstu2.utils
Classes in org.hl7.fhir.dstu2.utils that implement IWorkerContext Modifier and Type Class Description classBaseWorkerContextclassSimpleWorkerContextMethods in org.hl7.fhir.dstu2.utils with parameters of type IWorkerContext Modifier and Type Method Description static StringResourceUtilities. representDataElementCollection(IWorkerContext context, Bundle bundle, boolean profileLink, String linkBase)Constructors in org.hl7.fhir.dstu2.utils with parameters of type IWorkerContext Constructor Description DefinitionNavigator(IWorkerContext context, StructureDefinition structure)FHIRPathEngine(IWorkerContext worker)NarrativeGenerator(String prefix, String basePath, IWorkerContext context)ProfileComparer(IWorkerContext context)ProfileUtilities(IWorkerContext context, List<org.hl7.fhir.utilities.validation.ValidationMessage> messages, ProfileUtilities.ProfileKnowledgeProvider pkp)QuestionnaireBuilder(IWorkerContext context)
-