Uses of Interface
com.ibm.fhir.search.reference.value.ParameterValueHandler
- 
Packages that use ParameterValueHandler Package Description com.ibm.fhir.search.reference.value  - 
- 
Uses of ParameterValueHandler in com.ibm.fhir.search.reference.value
Classes in com.ibm.fhir.search.reference.value that implement ParameterValueHandler Modifier and Type Class Description classCanonicalUrlHandlerImplThe supported cases are: http://server/Patient/1 -> http://server/Patient/1 -> Patient/1 -> 1classIdHandlerImplConverts the Single ID to multiple possible cases: 1 ->/1 -> http://server/ /1 classTypeIdHandlerImplThe supported cases are: Patient/1 -> http://server/Patient/1 -> 1 (only when there is one target) vread Patient/1/_history/1 -> http://server/Patient/1/_history/1 -> 1 (only when there is one target)classUrlHandlerImplThe supported cases are: http://server/Patient/1 -> http://server/Patient/1 -> Patient/1 -> 1 (only when there is one target) vread -> http://server/Patient/1/_history/1 -> Patient/1/_history/1 -> 1 (only when there is one target) 
 -