Uses of Class
com.ibm.fhir.client.FHIRParameters.ValuePrefix
-
Packages that use FHIRParameters.ValuePrefix Package Description com.ibm.fhir.client -
-
Uses of FHIRParameters.ValuePrefix in com.ibm.fhir.client
Methods in com.ibm.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 com.ibm.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'.
-