Package ca.uhn.fhir.rest.gclient
Interface QuantityClientParam.IAndUnits
-
- Enclosing class:
- QuantityClientParam
public static interface QuantityClientParam.IAndUnits
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICriterion<QuantityClientParam>andNoUnits()ICriterion<QuantityClientParam>andUnits(String theUnits)ICriterion<QuantityClientParam>andUnits(String theSystem, String theUnits)
-
-
-
Method Detail
-
andNoUnits
ICriterion<QuantityClientParam> andNoUnits()
-
andUnits
ICriterion<QuantityClientParam> andUnits(String theUnits)
-
andUnits
ICriterion<QuantityClientParam> andUnits(String theSystem, String theUnits)
-
-