Uses of Class
org.hl7.fhir.dstu2.model.SearchParameter
-
Packages that use SearchParameter Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of SearchParameter in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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)Methods in org.hl7.fhir.dstu2.formats with parameters of type SearchParameter Modifier and Type Method Description protected voidJsonParser. composeSearchParameter(String name, SearchParameter element)protected voidXmlParser. composeSearchParameter(String name, SearchParameter element)protected voidJsonParser. composeSearchParameterInner(SearchParameter element)protected SearchParameter.SearchParameterContactComponentJsonParser. parseSearchParameterSearchParameterContactComponent(com.google.gson.JsonObject json, SearchParameter owner)protected SearchParameter.SearchParameterContactComponentXmlParser. parseSearchParameterSearchParameterContactComponent(org.xmlpull.v1.XmlPullParser xpp, SearchParameter owner) -
Uses of SearchParameter in org.hl7.fhir.dstu2.model
-