Uses of Class
org.hl7.fhir.r4b.model.Parameters
-
Packages that use Parameters Package Description org.hl7.fhir.r4b.context org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model org.hl7.fhir.r4b.renderers org.hl7.fhir.r4b.terminologies org.hl7.fhir.r4b.utils.client -
-
Uses of Parameters in org.hl7.fhir.r4b.context
Fields in org.hl7.fhir.r4b.context declared as Parameters Modifier and Type Field Description protected ParametersBaseWorkerContext. expParametersMethods in org.hl7.fhir.r4b.context that return Parameters Modifier and Type Method Description ParametersBaseWorkerContext. getExpansionParameters()ParametersIWorkerContext. 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.r4b.context with parameters of type Parameters Modifier and Type Method Description ValueSetExpander.ValueSetExpansionOutcomeBaseWorkerContext. expandVS(ValueSet vs, boolean cacheOk, boolean heirarchical, boolean incompleteOk, Parameters p)IWorkerContext.ValidationResultBaseWorkerContext. 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 validateCode -
Uses of Parameters in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Parameters Modifier and Type Method Description protected ParametersJsonParser. parseParameters(com.google.gson.JsonObject json)protected ParametersXmlParser. parseParameters(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type Parameters Modifier and Type Method Description protected 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.r4b.model
Methods in org.hl7.fhir.r4b.model that return Parameters Modifier and Type Method Description ParametersParameters. addParameter(String name, boolean b)ParametersParameters. addParameter(String name, String s)ParametersParameters. addParameter(String name, DataType v)ParametersParameters. addParameter(Parameters.ParametersParameterComponent t)ParametersParameters. copy()ParametersParameters. setParameter(String name, boolean b)ParametersParameters. setParameter(String name, String s)ParametersParameters. setParameter(String name, DataType v)ParametersParameters. setParameter(List<Parameters.ParametersParameterComponent> theParameter)protected ParametersParameters. typedCopy()Methods in org.hl7.fhir.r4b.model with parameters of type Parameters Modifier and Type Method Description voidParameters. copyValues(Parameters dst) -
Uses of Parameters in org.hl7.fhir.r4b.renderers
Methods in org.hl7.fhir.r4b.renderers with parameters of type Parameters Modifier and Type Method Description org.hl7.fhir.utilities.xhtml.XhtmlNodeParametersRenderer. render(Parameters params) -
Uses of Parameters in org.hl7.fhir.r4b.terminologies
Methods in org.hl7.fhir.r4b.terminologies that return Parameters Modifier and Type Method Description ParametersTerminologyClient. lookupCode(Map<String,String> params)ParametersTerminologyClient. validateCS(Parameters pin)ParametersTerminologyClient. validateVS(Parameters pin) -
Uses of Parameters in org.hl7.fhir.r4b.utils.client
Methods in org.hl7.fhir.r4b.utils.client that return Parameters Modifier and Type Method Description ParametersFHIRToolingClient. lookupCode(Map<String,String> params)<T extends Resource>
ParametersFHIRToolingClient. operateType(Class<T> resourceClass, String name, Parameters params)Methods in org.hl7.fhir.r4b.utils.client with parameters of type Parameters Modifier and Type Method Description ValueSetFHIRToolingClient. expandValueset(ValueSet source, Parameters expParams)ValueSetFHIRToolingClient. expandValueset(ValueSet source, Parameters expParams, Map<String,String> params)<T extends Resource>
ParametersFHIRToolingClient. operateType(Class<T> resourceClass, String name, Parameters params)
-