Package org.hl7.fhir.r4.hapi.fluentpath
Class FhirPathR4
java.lang.Object
org.hl7.fhir.r4.hapi.fluentpath.FhirPathR4
- All Implemented Interfaces:
ca.uhn.fhir.fhirpath.IFhirPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends org.hl7.fhir.instance.model.api.IBase>
List<T><T extends org.hl7.fhir.instance.model.api.IBase>
Optional<T>evaluateFirst(org.hl7.fhir.instance.model.api.IBase theInput, String thePath, Class<T> theReturnType) void
-
Constructor Details
-
FhirPathR4
-
-
Method Details
-
evaluate
public <T extends org.hl7.fhir.instance.model.api.IBase> List<T> evaluate(org.hl7.fhir.instance.model.api.IBase theInput, String thePath, Class<T> theReturnType) - Specified by:
evaluatein interfaceca.uhn.fhir.fhirpath.IFhirPath
-
evaluateFirst
public <T extends org.hl7.fhir.instance.model.api.IBase> Optional<T> evaluateFirst(org.hl7.fhir.instance.model.api.IBase theInput, String thePath, Class<T> theReturnType) - Specified by:
evaluateFirstin interfaceca.uhn.fhir.fhirpath.IFhirPath
-
parse
- Specified by:
parsein interfaceca.uhn.fhir.fhirpath.IFhirPath
-