Uses of Class
com.ibm.fhir.operation.cpg.ParameterConverter
-
Packages that use ParameterConverter Package Description com.ibm.fhir.operation.cpg -
-
Uses of ParameterConverter in com.ibm.fhir.operation.cpg
Methods in com.ibm.fhir.operation.cpg with parameters of type ParameterConverter Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>
AbstractCqlOperation. getCqlEngineParameters(ParameterConverter converter, Parameters.Parameter parametersParam)
Retrieve CQL parameters data from the operation input.protected java.util.Map<java.lang.String,java.lang.Object>
AbstractCqlOperation. getCqlParameters(ParameterConverter converter, ParameterMap paramMap)
Retrieve CQL parameters data from the operation input.
-