Uses of Interface
org.hl7.fhir.r4.context.IWorkerContext
-
-
Uses of IWorkerContext in org.hl7.fhir.r4.conformance
Methods in org.hl7.fhir.r4.conformance with parameters of type IWorkerContext Modifier and Type Method Description static StructureDefinitionProfileUtilities. makeExtensionForVersionedURL(IWorkerContext context, String url)Constructors in org.hl7.fhir.r4.conformance with parameters of type IWorkerContext Constructor Description ConstraintJavaGenerator(IWorkerContext context, String version, String folder, String packageName)ProfileComparer(IWorkerContext context)ProfileUtilities(IWorkerContext context, List<org.hl7.fhir.utilities.validation.ValidationMessage> messages, ProfileUtilities.ProfileKnowledgeProvider pkp)ShExGenerator(IWorkerContext context)XmlSchemaGenerator(String folder, IWorkerContext context) -
Uses of IWorkerContext in org.hl7.fhir.r4.context
Classes in org.hl7.fhir.r4.context that implement IWorkerContext Modifier and Type Class Description classBaseWorkerContextclassSimpleWorkerContextMethods in org.hl7.fhir.r4.context with parameters of type IWorkerContext Modifier and Type Method Description IResourceValidatorSimpleWorkerContext.IValidatorFactory. makeValidator(IWorkerContext ctxts) -
Uses of IWorkerContext in org.hl7.fhir.r4.elementmodel
Fields in org.hl7.fhir.r4.elementmodel declared as IWorkerContext Modifier and Type Field Description protected IWorkerContextParserBase. contextMethods in org.hl7.fhir.r4.elementmodel that return IWorkerContext Modifier and Type Method Description IWorkerContextProperty. getContext()Methods in org.hl7.fhir.r4.elementmodel with parameters of type IWorkerContext Modifier and Type Method Description static ElementManager. build(IWorkerContext context, StructureDefinition sd)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.r4.elementmodel with parameters of type IWorkerContext Constructor Description JsonParser(IWorkerContext context)ObjectConverter(IWorkerContext context)ParserBase(IWorkerContext context)Property(IWorkerContext context, ElementDefinition definition, StructureDefinition structure)TurtleParser(IWorkerContext context)VerticalBarParser(IWorkerContext context)XmlParser(IWorkerContext context) -
Uses of IWorkerContext in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model with parameters of type IWorkerContext Modifier and Type Method Description booleanTypeDetails. hasType(IWorkerContext context, String... tn) -
Uses of IWorkerContext in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies with parameters of type IWorkerContext Modifier and Type Method Description static voidValueSetUtilities. markStatus(ValueSet vs, String wg, org.hl7.fhir.utilities.StandardsStatus status, String pckage, String fmm, IWorkerContext context, String normativeVersion)Constructors in org.hl7.fhir.r4.terminologies with parameters of type IWorkerContext Constructor Description ValueSetCheckerSimple(org.hl7.fhir.utilities.validation.ValidationOptions options, ValueSet source, IWorkerContext context)ValueSetExpanderSimple(IWorkerContext context)ValueSetExpansionCache(IWorkerContext context, Object lock)ValueSetExpansionCache(IWorkerContext context, String cacheFolder, Object lock) -
Uses of IWorkerContext in org.hl7.fhir.r4.test.utils
Fields in org.hl7.fhir.r4.test.utils declared as IWorkerContext Modifier and Type Field Description static IWorkerContextTestingUtilities. fcontextMethods in org.hl7.fhir.r4.test.utils that return IWorkerContext Modifier and Type Method Description static IWorkerContextTestingUtilities. context() -
Uses of IWorkerContext in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return IWorkerContext Modifier and Type Method Description IWorkerContextProtoBufGenerator. getContext()IWorkerContextFHIRPathEngine. getWorker()
-