public class FhirPathR5 extends Object implements ca.uhn.fhir.fluentpath.IFluentPath
Constructor and Description |
---|
FhirPathR5(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 FhirPathR5(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.IFluentPath
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)
evaluateFirst
in interface ca.uhn.fhir.fluentpath.IFluentPath
Copyright © 2014–2019 University Health Network. All rights reserved.