Uses of Class
org.hl7.fhir.r4.model.SearchParameter
-
Packages that use SearchParameter Package Description org.hl7.fhir.r4.context org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.utils -
-
Uses of SearchParameter in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context that return SearchParameter Modifier and Type Method Description SearchParameterBaseWorkerContext. getSearchParameter(String code) -
Uses of SearchParameter in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.model
Methods in org.hl7.fhir.r4.model with parameters of type SearchParameter Modifier and Type Method Description voidSearchParameter. copyValues(SearchParameter dst) -
Uses of SearchParameter in org.hl7.fhir.r4.utils
Method parameters in org.hl7.fhir.r4.utils with type arguments of type SearchParameter Modifier and Type Method Description voidGraphQLSchemaGenerator. generateResource(OutputStream stream, StructureDefinition sd, List<SearchParameter> parameters, EnumSet<GraphQLSchemaGenerator.FHIROperationType> operations)
-