Uses of Class
ca.uhn.fhir.rest.param.ParamPrefixEnum
-
Packages that use ParamPrefixEnum Package Description ca.uhn.fhir.rest.gclient ca.uhn.fhir.rest.param -
-
Uses of ParamPrefixEnum in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type ParamPrefixEnum Modifier and Type Method Description NumberClientParam.IMatches<ICriterion<NumberClientParam>>NumberClientParam. withPrefix(ParamPrefixEnum thePrefix)NumberClientParam.IMatches<QuantityClientParam.IAndUnits>QuantityClientParam. withPrefix(ParamPrefixEnum thePrefix)Use the given quantity prefix -
Uses of ParamPrefixEnum in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that return ParamPrefixEnum Modifier and Type Method Description static ParamPrefixEnumParamPrefixEnum. forValue(String theValue)Returns the prefix associated with a given DSTU2+ value (e.g.ParamPrefixEnumBaseParamWithPrefix. getPrefix()Returns the prefix used by this parameter (e.g.static ParamPrefixEnumParamPrefixEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ParamPrefixEnum[]ParamPrefixEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.rest.param with parameters of type ParamPrefixEnum Modifier and Type Method Description TBaseParamWithPrefix. setPrefix(ParamPrefixEnum thePrefix)Sets the prefix used by this parameter (e.g.Constructors in ca.uhn.fhir.rest.param with parameters of type ParamPrefixEnum Constructor Description DateParam(ParamPrefixEnum thePrefix, long theDate)ConstructorDateParam(ParamPrefixEnum thePrefix, DateTimeDt theDate)ConstructorDateParam(ParamPrefixEnum thePrefix, String theDate)ConstructorDateParam(ParamPrefixEnum thePrefix, Date theDate)ConstructorDateParam(ParamPrefixEnum thePrefix, IPrimitiveType<Date> theDate)ConstructorQuantityParam(ParamPrefixEnum thePrefix, double theValue, String theSystem, String theUnits)ConstructorQuantityParam(ParamPrefixEnum thePrefix, long theValue, String theSystem, String theUnits)ConstructorQuantityParam(ParamPrefixEnum thePrefix, BigDecimal theValue, String theSystem, String theUnits)Constructor
-