Uses of Interface
org.hl7.fhir.dstu3.context.IWorkerContext
-
-
Uses of IWorkerContext in org.hl7.fhir.dstu3.conformance
Constructors in org.hl7.fhir.dstu3.conformance with parameters of type IWorkerContext Constructor Description ProfileComparer(IWorkerContext context)ProfileUtilities(IWorkerContext context, List<org.hl7.fhir.utilities.validation.ValidationMessage> messages, ProfileUtilities.ProfileKnowledgeProvider pkp)ShExGenerator(IWorkerContext context) -
Uses of IWorkerContext in org.hl7.fhir.dstu3.context
Classes in org.hl7.fhir.dstu3.context that implement IWorkerContext Modifier and Type Class Description classBaseWorkerContextclassSimpleWorkerContextMethods in org.hl7.fhir.dstu3.context with parameters of type IWorkerContext Modifier and Type Method Description IResourceValidatorSimpleWorkerContext.IValidatorFactory. makeValidator(IWorkerContext ctxts) -
Uses of IWorkerContext in org.hl7.fhir.dstu3.elementmodel
Fields in org.hl7.fhir.dstu3.elementmodel declared as IWorkerContext Modifier and Type Field Description protected IWorkerContextParserBase. contextMethods in org.hl7.fhir.dstu3.elementmodel that return IWorkerContext Modifier and Type Method Description IWorkerContextProperty. getContext()Methods in org.hl7.fhir.dstu3.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.dstu3.elementmodel with parameters of type IWorkerContext Constructor Description JsonLDParser(IWorkerContext context)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.dstu3.model
Methods in org.hl7.fhir.dstu3.model with parameters of type IWorkerContext Modifier and Type Method Description booleanTypeDetails. hasType(IWorkerContext context, String... tn) -
Uses of IWorkerContext in org.hl7.fhir.dstu3.terminologies
Constructors in org.hl7.fhir.dstu3.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.dstu3.utils
Methods in org.hl7.fhir.dstu3.utils with parameters of type IWorkerContext Modifier and Type Method Description static StringResourceUtilities. representDataElementCollection(IWorkerContext context, Bundle bundle, boolean profileLink, String linkBase)
-