Uses of Class
org.hl7.fhir.r4.model.Parameters
-
Packages that use Parameters Package Description org.hl7.fhir.r4.context org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.terminologies org.hl7.fhir.r4.utils.client -
-
Uses of Parameters in org.hl7.fhir.r4.context
Fields in org.hl7.fhir.r4.context declared as Parameters Modifier and Type Field Description protected ParametersBaseWorkerContext. expParametersMethods in org.hl7.fhir.r4.context that return Parameters Modifier and Type Method Description ParametersBaseWorkerContext. getExpansionParameters()ParametersIWorkerContext. getExpansionParameters()Methods in org.hl7.fhir.r4.context with parameters of type Parameters Modifier and Type Method Description ValueSetExpander.ValueSetExpansionOutcomeBaseWorkerContext. expandVS(ValueSet vs, boolean cacheOk, boolean heirarchical, Parameters p)voidBaseWorkerContext. setExpansionProfile(Parameters expParameters)voidIWorkerContext. setExpansionProfile(Parameters expParameters) -
Uses of Parameters in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type Parameters Modifier and Type Method Description protected voidJsonParser. composeParameters(String name, Parameters element)protected voidRdfParser. composeParameters(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. composeParametersInner(Parameters element)protected booleanXmlParser. parseParametersContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Parameters res)protected Parameters.ParametersParameterComponentJsonParser. parseParametersParametersParameterComponent(com.google.gson.JsonObject json, Parameters owner)protected Parameters.ParametersParameterComponentXmlParser. parseParametersParametersParameterComponent(org.xmlpull.v1.XmlPullParser xpp, Parameters owner)protected booleanXmlParser. parseParametersParametersParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Parameters owner, Parameters.ParametersParameterComponent res)protected voidJsonParser. parseParametersParametersParameterComponentProperties(com.google.gson.JsonObject json, Parameters owner, Parameters.ParametersParameterComponent res)protected voidJsonParser. parseParametersProperties(com.google.gson.JsonObject json, Parameters res) -
Uses of Parameters in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Parameters Modifier and Type Field Description protected ParametersGuidanceResponse. outputParametersTargetThe actual object that is the target of the reference (The output parameters of the evaluation, if any.Methods in org.hl7.fhir.r4.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, Type v)ParametersParameters. addParameter(Parameters.ParametersParameterComponent t)ParametersParameters. copy()ParametersGuidanceResponse. getOutputParametersTarget()ParametersParameters. setParameter(String name, boolean b)ParametersParameters. setParameter(String name, String s)ParametersParameters. setParameter(String name, Type v)ParametersParameters. setParameter(List<Parameters.ParametersParameterComponent> theParameter)protected ParametersParameters. typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Parameters Modifier and Type Method Description voidParameters. copyValues(Parameters dst)GuidanceResponseGuidanceResponse. setOutputParametersTarget(Parameters value) -
Uses of Parameters in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return Parameters Modifier and Type Method Description ParametersTerminologyClient. lookupCode(Map<String,String> params)ParametersTerminologyClientR4. lookupCode(Map<String,String> params)ParametersTerminologyClient. validateCS(Parameters pin)ParametersTerminologyClientR4. validateCS(Parameters pin)ParametersTerminologyClient. validateVS(Parameters pin)ParametersTerminologyClientR4. validateVS(Parameters pin) -
Uses of Parameters in org.hl7.fhir.r4.utils.client
Methods in org.hl7.fhir.r4.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.r4.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)
-