Uses of Class
org.hl7.fhir.dstu3.model.SearchParameter
-
Packages that use SearchParameter Package Description org.hl7.fhir.dstu3.context org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of SearchParameter in org.hl7.fhir.dstu3.context
Fields in org.hl7.fhir.dstu3.context with type parameters of type SearchParameter Modifier and Type Field Description protected Map<String,SearchParameter>BaseWorkerContext. searchParameters -
Uses of SearchParameter in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return SearchParameter Modifier and Type Method Description protected SearchParameterJsonParser. parseSearchParameter(com.google.gson.JsonObject json)protected SearchParameterXmlParser. parseSearchParameter(org.xmlpull.v1.XmlPullParser xpp) -
Uses of SearchParameter in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as SearchParameter Modifier and Type Field Description protected SearchParameterSearchParameter.SearchParameterComponentComponent. definitionTargetThe actual object that is the target of the reference (The definition of the search parameter that describes this part.)Methods in org.hl7.fhir.dstu3.model with parameters of type SearchParameter Modifier and Type Method Description SearchParameter.SearchParameterComponentComponentSearchParameter.SearchParameterComponentComponent. setDefinitionTarget(SearchParameter value)
-