Uses of Class
org.hl7.fhir.r5.model.Parameters
Packages that use Parameters
Package
Description
-
Uses of Parameters in org.hl7.fhir.r5.context
Fields in org.hl7.fhir.r5.context declared as ParametersMethods in org.hl7.fhir.r5.context that return ParametersModifier and TypeMethodDescriptionprotected ParametersBaseWorkerContext.constructParameters(ValueSet vs, boolean hierarchical) protected ParametersBaseWorkerContext.constructParameters(org.hl7.fhir.utilities.validation.ValidationOptions options, IWorkerContext.CodingValidationRequest codingValidationRequest, ValueSet valueSet) protected ParametersBaseWorkerContext.constructParameters(org.hl7.fhir.utilities.validation.ValidationOptions options, CodeableConcept codeableConcept) protected ParametersBaseWorkerContext.constructParameters(org.hl7.fhir.utilities.validation.ValidationOptions options, Coding coding) BaseWorkerContext.getExpansionParameters()IWorkerContext.getExpansionParameters()Set the expansion parameters passed through the terminology server when txServer calls are made Note that the Validation Options override these when they are specified on validateCodeMethods in org.hl7.fhir.r5.context with parameters of type ParametersModifier and TypeMethodDescriptionBaseWorkerContext.expandVS(ValueSet vs, boolean cacheOk, boolean hierarchical, boolean incompleteOk, Parameters pIn) BaseWorkerContext.processValidationResult(Parameters pOut) voidBaseWorkerContext.setExpansionProfile(Parameters expParameters) voidIWorkerContext.setExpansionProfile(Parameters expParameters) Get the expansion parameters passed through the terminology server when txServer calls are made Note that the Validation Options override these when they are specified on validateCodeprotected IWorkerContext.ValidationResultBaseWorkerContext.validateOnServer(ValueSet vs, Parameters pin, org.hl7.fhir.utilities.validation.ValidationOptions options) -
Uses of Parameters in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ParametersModifier and TypeMethodDescriptionprotected ParametersJsonParser.parseParameters(com.google.gson.JsonObject json) protected ParametersXmlParser.parseParameters(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ParametersModifier and TypeMethodDescriptionprotected voidJsonParser.composeParameters(String name, Parameters element) protected voidRdfParser.composeParameters(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Parameters element, int index) protected voidXmlParser.composeParameters(String name, Parameters element) protected voidXmlParser.composeParametersElements(Parameters element) protected voidJsonParser.composeParametersProperties(Parameters element) protected booleanXmlParser.parseParametersContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Parameters res) protected voidJsonParser.parseParametersProperties(com.google.gson.JsonObject json, Parameters res) -
Uses of Parameters in org.hl7.fhir.r5.hapi.ctx
Methods in org.hl7.fhir.r5.hapi.ctx that return ParametersMethods in org.hl7.fhir.r5.hapi.ctx with parameters of type ParametersModifier and TypeMethodDescriptionvoidHapiWorkerContext.setExpansionProfile(Parameters theExpParameters) -
Uses of Parameters in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ParametersModifier and TypeMethodDescriptionParameters.addParameter(String name, boolean b) Parameters.addParameter(String name, String s) Parameters.addParameter(String name, DataType v) Parameters.addParameter(Parameters.ParametersParameterComponent t) Parameters.copy()Parameters.setParameter(String name, boolean b) Parameters.setParameter(String name, String s) Parameters.setParameter(String name, DataType v) Parameters.setParameter(List<Parameters.ParametersParameterComponent> theParameter) protected ParametersParameters.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Parameters -
Uses of Parameters in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type ParametersModifier and TypeMethodDescriptionorg.hl7.fhir.utilities.xhtml.XhtmlNodeParametersRenderer.render(Parameters params) -
Uses of Parameters in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies that return ParametersModifier and TypeMethodDescriptionTerminologyClient.lookupCode(Map<String, String> params) TerminologyClient.validateCS(Parameters pin) TerminologyClient.validateVS(Parameters pin) Methods in org.hl7.fhir.r5.terminologies with parameters of type ParametersModifier and TypeMethodDescriptionValueSetExpanderSimple.doExpand(ValueSet source, Parameters expParams) voidValueSetExpanderSimple.doInternalIncludeCodes(ValueSet.ConceptSetComponent inc, ValueSet.ValueSetExpansionComponent exp, Parameters expParams, List<ValueSet> imports, CodeSystem cs, boolean noInactive) ValueSetExpander.expand(ValueSet source, Parameters parameters) ValueSetExpanderSimple.expand(ValueSet source, Parameters expParams) ValueSetExpansionCache.CacheAwareExpander.expand(ValueSet source, Parameters expParams) ValueSetExpanderSimple.expandInternal(ValueSet source, Parameters expParams) TerminologyClient.expandValueset(ValueSet vs, Parameters p, Map<String, String> params) TerminologyClient.validateCS(Parameters pin) TerminologyClient.validateVS(Parameters pin) -
Uses of Parameters in org.hl7.fhir.r5.utils.client
Methods in org.hl7.fhir.r5.utils.client that return ParametersModifier and TypeMethodDescriptionFHIRToolingClient.lookupCode(Map<String, String> params) <T extends Resource>
ParametersFHIRToolingClient.operateType(Class<T> resourceClass, String name, Parameters params) Methods in org.hl7.fhir.r5.utils.client with parameters of type ParametersModifier and TypeMethodDescriptionFHIRToolingClient.expandValueset(ValueSet source, Parameters expParams) FHIRToolingClient.expandValueset(ValueSet source, Parameters expParams, Map<String, String> params) <T extends Resource>
ParametersFHIRToolingClient.operateType(Class<T> resourceClass, String name, Parameters params)