Uses of Interface
org.hl7.fhir.r5.context.IWorkerContext
-
-
Uses of IWorkerContext in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison that return IWorkerContext Modifier and Type Method Description IWorkerContextComparisonSession. getContextLeft()IWorkerContextComparisonSession. getContextRight()Constructors in org.hl7.fhir.r5.comparison with parameters of type IWorkerContext Constructor Description ComparisonRenderer(IWorkerContext contextLeft, IWorkerContext contextRight, String folder, ComparisonSession session)ComparisonSession(IWorkerContext contextLeft, IWorkerContext contextRight, String title, ProfileUtilities.ProfileKnowledgeProvider pkp) -
Uses of IWorkerContext in org.hl7.fhir.r5.conformance
Methods in org.hl7.fhir.r5.conformance with parameters of type IWorkerContext Modifier and Type Method Description static StructureDefinitionProfileUtilities. makeExtensionForVersionedURL(IWorkerContext context, String url)Constructors in org.hl7.fhir.r5.conformance with parameters of type IWorkerContext Constructor Description ConstraintJavaGenerator(IWorkerContext context, String version, String folder, String packageName)ProfileUtilities(IWorkerContext context, List<org.hl7.fhir.utilities.validation.ValidationMessage> messages, ProfileUtilities.ProfileKnowledgeProvider pkp)ProfileUtilities(IWorkerContext context, List<org.hl7.fhir.utilities.validation.ValidationMessage> messages, ProfileUtilities.ProfileKnowledgeProvider pkp, FHIRPathEngine fpe)ShExGenerator(IWorkerContext context)XmlSchemaGenerator(String folder, IWorkerContext context) -
Uses of IWorkerContext in org.hl7.fhir.r5.context
Classes in org.hl7.fhir.r5.context that implement IWorkerContext Modifier and Type Class Description classBaseWorkerContextclassSimpleWorkerContextMethods in org.hl7.fhir.r5.context that return IWorkerContext Modifier and Type Method Description IWorkerContextBaseWorkerContext. setClientRetryCount(int value)IWorkerContextIWorkerContext. setClientRetryCount(int value)Methods in org.hl7.fhir.r5.context with parameters of type IWorkerContext Modifier and Type Method Description IResourceValidatorSimpleWorkerContext.IValidatorFactory. makeValidator(IWorkerContext ctxt)IResourceValidatorSimpleWorkerContext.IValidatorFactory. makeValidator(IWorkerContext ctxts, XVerExtensionManager xverManager) -
Uses of IWorkerContext in org.hl7.fhir.r5.elementmodel
Fields in org.hl7.fhir.r5.elementmodel declared as IWorkerContext Modifier and Type Field Description protected IWorkerContextParserBase. contextMethods in org.hl7.fhir.r5.elementmodel that return IWorkerContext Modifier and Type Method Description IWorkerContextProperty. getContext()Methods in org.hl7.fhir.r5.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 List<ParserBase.NamedElement>Manager. parse(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat)static ElementManager. parseSingle(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat)Constructors in org.hl7.fhir.r5.elementmodel with parameters of type IWorkerContext Constructor Description JsonParser(IWorkerContext context)JsonParser(IWorkerContext context, ProfileUtilities utilities)ObjectConverter(IWorkerContext context)ParserBase(IWorkerContext context)Property(IWorkerContext context, ElementDefinition definition, StructureDefinition structure)Property(IWorkerContext context, ElementDefinition definition, StructureDefinition structure, ProfileUtilities profileUtilities)SHCParser(IWorkerContext context)TurtleParser(IWorkerContext context)VerticalBarParser(IWorkerContext context)XmlParser(IWorkerContext context) -
Uses of IWorkerContext in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type IWorkerContext Modifier and Type Method Description booleanTypeDetails. hasType(IWorkerContext context, String... tn) -
Uses of IWorkerContext in org.hl7.fhir.r5.openapi
Constructors in org.hl7.fhir.r5.openapi with parameters of type IWorkerContext Constructor Description OpenApiGenerator(IWorkerContext context, CapabilityStatement cs, Writer oa) -
Uses of IWorkerContext in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type IWorkerContext Modifier and Type Method Description static StringDataRenderer. display(IWorkerContext context, DataType type)Constructors in org.hl7.fhir.r5.renderers with parameters of type IWorkerContext Constructor Description DataRenderer(IWorkerContext worker)Renderer(IWorkerContext worker) -
Uses of IWorkerContext in org.hl7.fhir.r5.renderers.spreadsheets
Fields in org.hl7.fhir.r5.renderers.spreadsheets declared as IWorkerContext Modifier and Type Field Description protected IWorkerContextSpreadsheetGenerator. contextConstructors in org.hl7.fhir.r5.renderers.spreadsheets with parameters of type IWorkerContext Constructor Description CanonicalSpreadsheetGenerator(IWorkerContext context)CodeSystemSpreadsheetGenerator(IWorkerContext context)ConceptMapSpreadsheetGenerator(IWorkerContext context)SpreadsheetGenerator(IWorkerContext context)StructureDefinitionSpreadsheetGenerator(IWorkerContext context, boolean valuesAsXml, boolean hideMustSupportFalse)ValueSetSpreadsheetGenerator(IWorkerContext context) -
Uses of IWorkerContext in org.hl7.fhir.r5.renderers.utils
Methods in org.hl7.fhir.r5.renderers.utils that return IWorkerContext Modifier and Type Method Description IWorkerContextRenderingContext. getContext()IWorkerContextRenderingContext. getWorker()Constructors in org.hl7.fhir.r5.renderers.utils with parameters of type IWorkerContext Constructor Description RenderingContext(IWorkerContext worker, org.hl7.fhir.utilities.MarkDownProcessor markdown, org.hl7.fhir.utilities.validation.ValidationOptions terminologyServiceOptions, String specLink, String localPrefix, String lang, RenderingContext.ResourceRendererMode mode) -
Uses of IWorkerContext in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.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.r5.terminologies with parameters of type IWorkerContext Constructor Description ValueSetCheckerSimple(org.hl7.fhir.utilities.validation.ValidationOptions options, ValueSet source, IWorkerContext context)ValueSetCheckerSimple(org.hl7.fhir.utilities.validation.ValidationOptions options, ValueSet source, IWorkerContext context, ValidationContextCarrier ctxt)ValueSetExpanderSimple(IWorkerContext context)ValueSetExpanderSimple(IWorkerContext context, List<String> allErrors)ValueSetExpansionCache(IWorkerContext context, Object lock)ValueSetExpansionCache(IWorkerContext context, String cacheFolder, Object lock) -
Uses of IWorkerContext in org.hl7.fhir.r5.test.utils
Fields in org.hl7.fhir.r5.test.utils with type parameters of type IWorkerContext Modifier and Type Field Description static Map<String,IWorkerContext>TestingUtilities. fcontextsMethods in org.hl7.fhir.r5.test.utils that return IWorkerContext Modifier and Type Method Description static IWorkerContextTestingUtilities. context()static IWorkerContextTestingUtilities. context(String version) -
Uses of IWorkerContext in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return IWorkerContext Modifier and Type Method Description IWorkerContextGraphDefinitionEngine. getContext()IWorkerContextProtoBufGenerator. getContext()IWorkerContextFHIRPathEngine. getWorker()Methods in org.hl7.fhir.r5.utils with parameters of type IWorkerContext Modifier and Type Method Description static StringTypePublicationHacker. fixBindingDescriptions(IWorkerContext context, StringType s)Constructors in org.hl7.fhir.r5.utils with parameters of type IWorkerContext Constructor Description DefinitionNavigator(IWorkerContext context, StructureDefinition structure)FHIRPathEngine(IWorkerContext worker)FHIRPathEngine(IWorkerContext worker, ProfileUtilities utilities)GraphDefinitionEngine(org.hl7.fhir.utilities.graphql.IGraphQLStorageServices services, IWorkerContext context)GraphQLEngine(IWorkerContext context)GraphQLSchemaGenerator(IWorkerContext context, String version)LiquidEngine(IWorkerContext context, FHIRPathEngine.IEvaluationContext hostServices)ProtoBufGenerator(IWorkerContext context)ProtoBufGenerator(IWorkerContext context, StructureDefinition definition, OutputStreamWriter destination)QuestionnaireBuilder(IWorkerContext context)XVerExtensionManager(IWorkerContext context) -
Uses of IWorkerContext in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap that return IWorkerContext Modifier and Type Method Description IWorkerContextStructureMapUtilities. getWorker()Constructors in org.hl7.fhir.r5.utils.structuremap with parameters of type IWorkerContext Constructor Description StructureMapUtilities(IWorkerContext worker)StructureMapUtilities(IWorkerContext worker, ITransformerServices services)StructureMapUtilities(IWorkerContext worker, ITransformerServices services, ProfileUtilities.ProfileKnowledgeProvider pkp)
-