
Package org.hl7.fhir.r5.fhirpath
Class FHIRPathEngine.ExecutionContext
java.lang.Object
org.hl7.fhir.r5.fhirpath.FHIRPathEngine.ExecutionContext
- Enclosing class:
FHIRPathEngine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefinedVariable
(String name) getIndex()
getTotal()
boolean
hasDefinedVariable
(String name) void
next()
void
setDefinedVariable
(String name, List<Base> value) setIndex
(int i)
-
Constructor Details
-
ExecutionContext
-
-
Method Details
-
getFocusResource
-
getRootResource
-
getThisItem
-
getTotal
-
next
-
getIndex
-
setIndex
-
hasDefinedVariable
-
getDefinedVariable
-
setDefinedVariable
-