public class FluentPathR4 extends Object implements ca.uhn.fhir.fluentpath.IFluentPath
| Constructor and Description |
|---|
FluentPathR4(ca.uhn.fhir.context.FhirContext theCtx) |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.hl7.fhir.instance.model.api.IBase> |
evaluate(org.hl7.fhir.instance.model.api.IBase theInput,
String thePath,
Class<T> theReturnType) |
<T extends org.hl7.fhir.instance.model.api.IBase> |
evaluateFirst(org.hl7.fhir.instance.model.api.IBase theInput,
String thePath,
Class<T> theReturnType) |
public FluentPathR4(ca.uhn.fhir.context.FhirContext theCtx)
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)
evaluate in interface ca.uhn.fhir.fluentpath.IFluentPathpublic <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)
evaluateFirst in interface ca.uhn.fhir.fluentpath.IFluentPathCopyright © 2014–2019 University Health Network. All rights reserved.