Uses of Interface
org.hl7.fhir.dstu2016may.utils.IWorkerContext
-
Packages that use IWorkerContext Package Description org.hl7.fhir.dstu2016may.metamodel org.hl7.fhir.dstu2016may.terminologies org.hl7.fhir.dstu2016may.utils -
-
Uses of IWorkerContext in org.hl7.fhir.dstu2016may.metamodel
Fields in org.hl7.fhir.dstu2016may.metamodel declared as IWorkerContext Modifier and Type Field Description protected IWorkerContextParserBase. contextMethods in org.hl7.fhir.dstu2016may.metamodel with parameters of type IWorkerContext Modifier and Type Method Description static voidManager. compose(IWorkerContext context, Element e, OutputStream destination, Manager.FhirFormat outputFormat, IParser.OutputStyle style, String base)static ParserBaseManager. makeParser(IWorkerContext context, Manager.FhirFormat format)static ElementManager. parse(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat)Constructors in org.hl7.fhir.dstu2016may.metamodel with parameters of type IWorkerContext Constructor Description JsonLDParser(IWorkerContext context)JsonParser(IWorkerContext context)ParserBase(IWorkerContext context)Property(IWorkerContext context, ElementDefinition definition, StructureDefinition structure)TurtleParser(IWorkerContext context)XmlParser(IWorkerContext context) -
Uses of IWorkerContext in org.hl7.fhir.dstu2016may.terminologies
Constructors in org.hl7.fhir.dstu2016may.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.dstu2016may.utils
Classes in org.hl7.fhir.dstu2016may.utils that implement IWorkerContext Modifier and Type Class Description classBaseWorkerContextclassSimpleWorkerContextMethods in org.hl7.fhir.dstu2016may.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.dstu2016may.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)ShExGenerator(IWorkerContext context)StructureMapUtilities(IWorkerContext worker, Map<String,StructureMap> library, StructureMapUtilities.ITransformerServices services)
-