Class IdHandlerImpl
- java.lang.Object
-
- com.ibm.fhir.search.reference.value.IdHandlerImpl
-
- All Implemented Interfaces:
ParameterValueHandler
public class IdHandlerImpl extends Object implements ParameterValueHandler
Converts the Single ID to multiple possible cases: 1 ->/1 -> http://server/ /1
-
-
Constructor Summary
Constructors Constructor Description IdHandlerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processParameter(String incoming, List<String> targets, List<QueryParameterValue> parameterValues, String valueString, List<String> values)
process parameters beyond the original valueString.
-
-
-
Method Detail
-
processParameter
public void processParameter(String incoming, List<String> targets, List<QueryParameterValue> parameterValues, String valueString, List<String> values)
Description copied from interface:ParameterValueHandler
process parameters beyond the original valueString. If the valueString is included or matches the current type/case, it is not added.- Specified by:
processParameter
in interfaceParameterValueHandler
-
-