Uses of Class
org.linuxforhealth.fhir.client.FHIRParameters.ValuePrefix
-
Packages that use FHIRParameters.ValuePrefix Package Description org.linuxforhealth.fhir.client -
-
Uses of FHIRParameters.ValuePrefix in org.linuxforhealth.fhir.client
Methods in org.linuxforhealth.fhir.client that return FHIRParameters.ValuePrefix Modifier and Type Method Description static FHIRParameters.ValuePrefix
FHIRParameters.ValuePrefix. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FHIRParameters.ValuePrefix[]
FHIRParameters.ValuePrefix. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.linuxforhealth.fhir.client with parameters of type FHIRParameters.ValuePrefix Modifier and Type Method Description FHIRParameters
FHIRParameters. searchParam(java.lang.String name, FHIRParameters.ValuePrefix prefix, java.lang.String... values)
Adds the specified search parameter (name, value-prefix, values) to 'this'.
-