Uses of Class
org.hl7.fhir.dstu2.model.Parameters
-
Packages that use Parameters Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.utils.client -
-
Uses of Parameters in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type Parameters Modifier and Type Method Description protected voidJsonParser. composeParameters(String name, Parameters element)protected voidXmlParser. composeParameters(String name, Parameters element)protected voidJsonParser. composeParametersInner(Parameters element)protected Parameters.ParametersParameterComponentJsonParser. parseParametersParametersParameterComponent(com.google.gson.JsonObject json, Parameters owner)protected Parameters.ParametersParameterComponentXmlParser. parseParametersParametersParameterComponent(org.xmlpull.v1.XmlPullParser xpp, Parameters owner) -
Uses of Parameters in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return Parameters Modifier and Type Method Description ParametersParameters. addParameter(Parameters.ParametersParameterComponent t)ParametersParameters. copy()protected ParametersParameters. typedCopy() -
Uses of Parameters in org.hl7.fhir.dstu2.utils.client
Methods in org.hl7.fhir.dstu2.utils.client that return Parameters Modifier and Type Method Description ParametersFHIRToolingClient. getTerminologyCapabilities()ParametersFHIRToolingClient. lookupCode(Map<String,String> params)<T extends Resource>
ParametersFHIRToolingClient. operateType(Class<T> resourceClass, String name, Parameters params)Methods in org.hl7.fhir.dstu2.utils.client with parameters of type Parameters Modifier and Type Method Description ValueSetFHIRToolingClient. expandValueset(ValueSet source, Parameters expParams, Map<String,String> params)<T extends Resource>
ParametersFHIRToolingClient. operateType(Class<T> resourceClass, String name, Parameters params)
-