Uses of Interface
ca.uhn.fhir.fhirpath.IFhirPath.IParsedExpression
-
Uses of IFhirPath.IParsedExpression in ca.uhn.fhir.fhirpath
Modifier and TypeMethodDescriptionParses the expression and throws an exception if it can not parse correctly.Modifier and TypeMethodDescriptionIFhirPath.evaluate
(IBase theInput, IFhirPath.IParsedExpression theParsedExpression, Class<T> theReturnType) Apply the given FhirPath expression against the given input and return all results in a list.IFhirPath.evaluateFirst
(IBase theInput, IFhirPath.IParsedExpression theParsedExpression, Class<T> theReturnType) Apply the given FhirPath expression against the given input and return the first match (if any).