Uses of Class
org.hl7.fhir.dstu3.model.Parameters
Packages that use Parameters
Package
Description
-
Uses of Parameters in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type ParametersModifier and TypeMethodDescriptionprotected 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.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ParametersModifier and TypeFieldDescriptionprotected ParametersGuidanceResponse.outputParametersTargetThe actual object that is the target of the reference (The output parameters of the evaluation, if any.Methods in org.hl7.fhir.dstu3.model that return ParametersModifier and TypeMethodDescriptionParameters.addParameter(Parameters.ParametersParameterComponent t)Parameters.copy()GuidanceResponse.getOutputParametersTarget()Parameters.setParameter(List<Parameters.ParametersParameterComponent> theParameter)protected ParametersParameters.typedCopy()Methods in org.hl7.fhir.dstu3.model with parameters of type Parameters -
Uses of Parameters in org.hl7.fhir.dstu3.utils.client
Methods in org.hl7.fhir.dstu3.utils.client that return ParametersModifier and TypeMethodDescriptionFHIRToolingClient.getTerminologyCapabilities()FHIRToolingClient.lookupCode(Map<String,String> params)<T extends Resource>
ParametersFHIRToolingClient.operateType(Class<T> resourceClass, String name, Parameters params)Methods in org.hl7.fhir.dstu3.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)