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 class
CanonicalUrlHandlerImpl
The supported cases are: http://server/Patient/1 -> http://server/Patient/1 -> Patient/1 -> 1class
IdHandlerImpl
Converts the Single ID to multiple possible cases: 1 ->/1 -> http://server/ /1 class
TypeIdHandlerImpl
The 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)class
UrlHandlerImpl
The 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)
-