Uses of Enum
ca.uhn.fhir.rest.param.ParamPrefixEnum
-
Uses of ParamPrefixEnum in ca.uhn.fhir.rest.gclient
Modifier and TypeMethodDescriptionNumberClientParam.withPrefix
(ParamPrefixEnum thePrefix) QuantityClientParam.withPrefix
(ParamPrefixEnum thePrefix) Use the given quantity prefix -
Uses of ParamPrefixEnum in ca.uhn.fhir.rest.param
Modifier and TypeMethodDescriptionstatic ParamPrefixEnum
Returns the prefix associated with a given DSTU2+ value (e.g.BaseParamWithPrefix.getPrefix()
Returns the prefix used by this parameter (e.g.static ParamPrefixEnum
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.Modifier and TypeMethodDescriptionBaseParamWithPrefix.setPrefix
(ParamPrefixEnum thePrefix) Sets the prefix used by this parameter (e.g.ModifierConstructorDescriptionDateParam
(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